Whispering Cookie Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Cookie Dreams palette
Whispering Cookie Dreams color palette CSS
/* CSS */
.color-1 {
color: #f0e5c7;
}
.color-2 {
color: #d6c8b8;
}
.color-3 {
color: #c3b1a2;
}
.color-4 {
color: #a58d91;
}
.color-5 {
color: #7d6b5e;
}
/* CSS Variables */
:root {
--color-1: #f0e5c7;
--color-2: #d6c8b8;
--color-3: #c3b1a2;
--color-4: #a58d91;
--color-5: #7d6b5e;
}
Whispering Cookie Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e5c7, #d6c8b8, #c3b1a2, #a58d91, #7d6b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e5c7, #d6c8b8, #c3b1a2, #a58d91, #7d6b5e);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Whispering Cookie Dreams color palette created on .