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: #3c2f2f;
}
.color-2 {
color: #604d4d;
}
.color-3 {
color: #7b5a4c;
}
.color-4 {
color: #a16c59;
}
.color-5 {
color: #c4a378;
}
/* CSS Variables */
:root {
--color-1: #3c2f2f;
--color-2: #604d4d;
--color-3: #7b5a4c;
--color-4: #a16c59;
--color-5: #c4a378;
}
Cocoa Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2f2f, #604d4d, #7b5a4c, #a16c59, #c4a378);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2f2f, #604d4d, #7b5a4c, #a16c59, #c4a378);
}
Similar color palettes
Cocoa Whisper color palette created on .