Whispered Cookie Dream Color Palette
Discover the beautiful Whispered Cookie Dream color palette featuring swirl (#d5cec3), cashmere (#e3b8a0), grain brown (#e1c6b2), rodeo dust (#c6a79a) and donkey brown (#a68c7d).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Whispered Cookie Dream palette
💻 Whispered Cookie Dream color palette CSS
/* CSS */
.color-1 {
color: #d5cec3;
}
.color-2 {
color: #e3b8a0;
}
.color-3 {
color: #e1c6b2;
}
.color-4 {
color: #c6a79a;
}
.color-5 {
color: #a68c7d;
}
/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #e3b8a0;
--color-3: #e1c6b2;
--color-4: #c6a79a;
--color-5: #a68c7d;
} 🌈 Whispered Cookie Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #e3b8a0, #e1c6b2, #c6a79a, #a68c7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #e3b8a0, #e1c6b2, #c6a79a, #a68c7d);
} Whispered Cookie Dream color palette created on .