Apple Cookie Colors Color Palette
Discover the beautiful Apple Cookie Colors color palette featuring mandy (#e65c5c), di serria (#d8a85f), celery (#b3c14e), corvette (#fbd6a2) and serenade (#fff3e5).
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 Apple Cookie Colors palette
💻 Apple Cookie Colors color palette CSS
/* CSS */
.color-1 {
color: #e65c5c;
}
.color-2 {
color: #d8a85f;
}
.color-3 {
color: #b3c14e;
}
.color-4 {
color: #fbd6a2;
}
.color-5 {
color: #fff3e5;
}
/* CSS Variables */
:root {
--color-1: #e65c5c;
--color-2: #d8a85f;
--color-3: #b3c14e;
--color-4: #fbd6a2;
--color-5: #fff3e5;
}
🌈 Apple Cookie Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e65c5c, #d8a85f, #b3c14e, #fbd6a2, #fff3e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e65c5c, #d8a85f, #b3c14e, #fbd6a2, #fff3e5);
}
🔗 Explore similar color palettes
Apple Cookie Colors color palette created on .