Cocoa Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cocoa Shades palette

Share this palette to:

Cocoa Shades color palette CSS

/* CSS */
.color-1 {
color: #4f3c36;
}
.color-2 {
color: #8a6d66;
}
.color-3 {
color: #b19a8c;
}
.color-4 {
color: #e7c6b6;
}
.color-5 {
color: #f5e8e0;
}

/* CSS Variables */
:root {
--color-1: #4f3c36;
--color-2: #8a6d66;
--color-3: #b19a8c;
--color-4: #e7c6b6;
--color-5: #f5e8e0;
}

Cocoa Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f3c36, #8a6d66, #b19a8c, #e7c6b6, #f5e8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f3c36, #8a6d66, #b19a8c, #e7c6b6, #f5e8e0);
}

Cocoa Shades color palette created on .