Warm Apple Color Palette
Discover the beautiful Warm Apple color palette featuring ferra (#6d4e4a), cashmere (#e3c4a1), flame pea (#d95f3a), moss green (#a9d7a3) and selective yellow (#f0b400).
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 Warm Apple palette
💻 Warm Apple color palette CSS
/* CSS */
.color-1 {
color: #6d4e4a;
}
.color-2 {
color: #e3c4a1;
}
.color-3 {
color: #d95f3a;
}
.color-4 {
color: #a9d7a3;
}
.color-5 {
color: #f0b400;
}
/* CSS Variables */
:root {
--color-1: #6d4e4a;
--color-2: #e3c4a1;
--color-3: #d95f3a;
--color-4: #a9d7a3;
--color-5: #f0b400;
}
🌈 Warm Apple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4e4a, #e3c4a1, #d95f3a, #a9d7a3, #f0b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4e4a, #e3c4a1, #d95f3a, #a9d7a3, #f0b400);
}
🔗 Explore similar color palettes
Warm Apple color palette created on .