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