Chocolate Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chocolate Whisper palette

Share this palette to:

Chocolate Whisper color palette CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #7b5b5b;
}
.color-3 {
color: #a68c8c;
}
.color-4 {
color: #c8b6b6;
}
.color-5 {
color: #e2d0d0;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #7b5b5b;
--color-3: #a68c8c;
--color-4: #c8b6b6;
--color-5: #e2d0d0;
}

Chocolate Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #7b5b5b, #a68c8c, #c8b6b6, #e2d0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #7b5b5b, #a68c8c, #c8b6b6, #e2d0d0);
}

Chocolate Whisper color palette created on .