Cookies Color Palette
Discover the beautiful Cookies color palette featuring pavlova (#d9c2a0), sidecar (#f4e2c2), manhattan (#f7c5a6), zinnwaldite (#e9b0a5) and coral tree (#a97a66).
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 Cookies palette
💻 Cookies color palette CSS
/* CSS */
.color-1 {
color: #d9c2a0;
}
.color-2 {
color: #f4e2c2;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #e9b0a5;
}
.color-5 {
color: #a97a66;
}
/* CSS Variables */
:root {
--color-1: #d9c2a0;
--color-2: #f4e2c2;
--color-3: #f7c5a6;
--color-4: #e9b0a5;
--color-5: #a97a66;
} 🌈 Cookies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c2a0, #f4e2c2, #f7c5a6, #e9b0a5, #a97a66);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c2a0, #f4e2c2, #f7c5a6, #e9b0a5, #a97a66);
} 🔗 Explore similar color palettes
Cookies color palette created on .