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