Apple Cake Color Palette
Discover the beautiful Apple Cake color palette featuring punch (#d84e2c), casablanca (#f5b74d), energy yellow (#f9e24d), feijoa (#a9d58b) and silver tree (#5dbb8b).
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 Cake palette
💻 Apple Cake color palette CSS
/* CSS */
.color-1 {
color: #d84e2c;
}
.color-2 {
color: #f5b74d;
}
.color-3 {
color: #f9e24d;
}
.color-4 {
color: #a9d58b;
}
.color-5 {
color: #5dbb8b;
}
/* CSS Variables */
:root {
--color-1: #d84e2c;
--color-2: #f5b74d;
--color-3: #f9e24d;
--color-4: #a9d58b;
--color-5: #5dbb8b;
} 🌈 Apple Cake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d84e2c, #f5b74d, #f9e24d, #a9d58b, #5dbb8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d84e2c, #f5b74d, #f9e24d, #a9d58b, #5dbb8b);
} 🔗 Explore similar color palettes
Apple Cake color palette created on .