Cocoa Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cocoa Whisper palette
Cocoa Whisper color palette CSS
/* CSS */
.color-1 {
color: #e4d7c8;
}
.color-2 {
color: #d1b6a3;
}
.color-3 {
color: #b5947d;
}
.color-4 {
color: #a86d4d;
}
.color-5 {
color: #8c4c3b;
}
/* CSS Variables */
:root {
--color-1: #e4d7c8;
--color-2: #d1b6a3;
--color-3: #b5947d;
--color-4: #a86d4d;
--color-5: #8c4c3b;
}
Cocoa Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d7c8, #d1b6a3, #b5947d, #a86d4d, #8c4c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d7c8, #d1b6a3, #b5947d, #a86d4d, #8c4c3b);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Cocoa Whisper color palette created on .