Cookie Color Palette
Discover the beautiful Cookie color palette featuring chamois (#eed7b4), gold sand (#e1b989), whiskey (#d09971), muddy waters (#bd7c61) and cape palliser (#9d604d).
Brightness
Saturation
Warmth
💡 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 Cookie palette
💻 Cookie color palette CSS
/* CSS */
.color-1 {
color: #eed7b4;
}
.color-2 {
color: #e1b989;
}
.color-3 {
color: #d09971;
}
.color-4 {
color: #bd7c61;
}
.color-5 {
color: #9d604d;
}
/* CSS Variables */
:root {
--color-1: #eed7b4;
--color-2: #e1b989;
--color-3: #d09971;
--color-4: #bd7c61;
--color-5: #9d604d;
}
🌈 Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed7b4, #e1b989, #d09971, #bd7c61, #9d604d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed7b4, #e1b989, #d09971, #bd7c61, #9d604d);
}
🔗 Explore similar color palettes
Cookie color palette created on .