Rich Cocoa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rich Cocoa palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rich Cocoa Color Palette (PNG)
Rich Cocoa color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #7a5b4d;
}
.color-3 {
color: #a77a6c;
}
.color-4 {
color: #d0a68a;
}
.color-5 {
color: #e9c5b4;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #7a5b4d;
--color-3: #a77a6c;
--color-4: #d0a68a;
--color-5: #e9c5b4;
}
Rich Cocoa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #7a5b4d, #a77a6c, #d0a68a, #e9c5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #7a5b4d, #a77a6c, #d0a68a, #e9c5b4);
}
Similar color palettes
Rich Cocoa color palette created on .