Warm Cocoa Color Palette
Discover the beautiful Warm Cocoa color palette featuring double colonial white (#f0dbb2), brandy (#e0b69e), my pink (#d09d8b), roman coffee (#7d4a4a) and woody brown (#3c2a2a).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Warm Cocoa palette
💻 Warm Cocoa color palette CSS
/* CSS */
.color-1 {
color: #f0dbb2;
}
.color-2 {
color: #e0b69e;
}
.color-3 {
color: #d09d8b;
}
.color-4 {
color: #7d4a4a;
}
.color-5 {
color: #3c2a2a;
}
/* CSS Variables */
:root {
--color-1: #f0dbb2;
--color-2: #e0b69e;
--color-3: #d09d8b;
--color-4: #7d4a4a;
--color-5: #3c2a2a;
} 🌈 Warm Cocoa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0dbb2, #e0b69e, #d09d8b, #7d4a4a, #3c2a2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0dbb2, #e0b69e, #d09d8b, #7d4a4a, #3c2a2a);
} 🔗 Explore similar color palettes
Warm Cocoa color palette created on .