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: #5b3a29;
}
.color-2 {
color: #8c5c45;
}
.color-3 {
color: #a87c5d;
}
.color-4 {
color: #d0a36c;
}
.color-5 {
color: #e7caa7;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #8c5c45;
--color-3: #a87c5d;
--color-4: #d0a36c;
--color-5: #e7caa7;
}

Cocoa Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #8c5c45, #a87c5d, #d0a36c, #e7caa7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #8c5c45, #a87c5d, #d0a36c, #e7caa7);
}

Cocoa Whisper color palette created on .