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: #e6d8c1;
}
.color-2 {
color: #c5b6a6;
}
.color-3 {
color: #bfaf9c;
}
.color-4 {
color: #d6c1b8;
}
.color-5 {
color: #f4e4d7;
}
/* CSS Variables */
:root {
--color-1: #e6d8c1;
--color-2: #c5b6a6;
--color-3: #bfaf9c;
--color-4: #d6c1b8;
--color-5: #f4e4d7;
}
Whispering Cookie Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d8c1, #c5b6a6, #bfaf9c, #d6c1b8, #f4e4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d8c1, #c5b6a6, #bfaf9c, #d6c1b8, #f4e4d7);
}
Similar color palettes
Whispering Cookie Dreams color palette created on .