Cocoa Cream Color Palette
Dark cocoa brown lightening into warm cream.
Use as a gradient →
Colors
#3E2723
#6D4C41
#A1887F
#D7CCC8
#FFF8E1
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #3E2723 | T - | T - | |
| #6D4C41 | T - | T - | |
| #A1887F | T - | T - | |
| #D7CCC8 | T - | T - | |
| #FFF8E1 | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Cocoa Cream CSS Code
HEX Copy
#3E2723 #6D4C41 #A1887F #D7CCC8 #FFF8E1
RGBA Copy
rgba(62, 39, 35, 1.0) rgba(109, 76, 65, 1.0) rgba(161, 136, 127, 1.0) rgba(215, 204, 200, 1.0) rgba(255, 248, 225, 1.0)
HSLA Copy
hsla(9, 28%, 19%, 1.0) hsla(15, 25%, 34%, 1.0) hsla(16, 15%, 56%, 1.0) hsla(16, 16%, 81%, 1.0) hsla(46, 100%, 94%, 1.0)
More Color Palettes
FAQ
What colors are in the Cocoa Cream palette?Dark cocoa brown lightening into warm cream.
How do I turn the Cocoa Cream palette into a CSS gradient?
Use
background: linear-gradient(to right, #3E2723, #6D4C41, #A1887F, #D7CCC8, #FFF8E1);, or click "Use as a gradient" above to open it in the live generator.