Shadow Milk Cookie Color Palette
Discover the beautiful Shadow Milk Cookie color palette featuring bone (#e8d9ca), akaroa (#d4b9a0), quicksand (#c39e8d), cadillac (#a64e7c) and camelot (#8d2a55).
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 Shadow Milk Cookie palette
💻 Shadow Milk Cookie color palette CSS
/* CSS */
.color-1 {
color: #e8d9ca;
}
.color-2 {
color: #d4b9a0;
}
.color-3 {
color: #c39e8d;
}
.color-4 {
color: #a64e7c;
}
.color-5 {
color: #8d2a55;
}
/* CSS Variables */
:root {
--color-1: #e8d9ca;
--color-2: #d4b9a0;
--color-3: #c39e8d;
--color-4: #a64e7c;
--color-5: #8d2a55;
} 🌈 Shadow Milk Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d9ca, #d4b9a0, #c39e8d, #a64e7c, #8d2a55);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d9ca, #d4b9a0, #c39e8d, #a64e7c, #8d2a55);
} 🔗 Explore similar color palettes
Shadow Milk Cookie color palette created on .