Cocoa Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cocoa Whisper palette

Share this palette to:

Cocoa Whisper color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #6e5b4e;
}
.color-3 {
color: #8b7c6f;
}
.color-4 {
color: #c2a87a;
}
.color-5 {
color: #d8c6b1;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #6e5b4e;
--color-3: #8b7c6f;
--color-4: #c2a87a;
--color-5: #d8c6b1;
}

Cocoa Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #6e5b4e, #8b7c6f, #c2a87a, #d8c6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #6e5b4e, #8b7c6f, #c2a87a, #d8c6b1);
}

Cocoa Whisper color palette created on .