Apple White Color Palette
Discover the beautiful Apple White color palette featuring ecru white (#f6f9f1), chrome white (#e3f0d6), sprout (#c7e0b8), moss green (#a0d69f) and silver tree (#78bfa3).
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 White palette
💻 Apple White color palette CSS
/* CSS */
.color-1 {
color: #f6f9f1;
}
.color-2 {
color: #e3f0d6;
}
.color-3 {
color: #c7e0b8;
}
.color-4 {
color: #a0d69f;
}
.color-5 {
color: #78bfa3;
}
/* CSS Variables */
:root {
--color-1: #f6f9f1;
--color-2: #e3f0d6;
--color-3: #c7e0b8;
--color-4: #a0d69f;
--color-5: #78bfa3;
} 🌈 Apple White background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f9f1, #e3f0d6, #c7e0b8, #a0d69f, #78bfa3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f9f1, #e3f0d6, #c7e0b8, #a0d69f, #78bfa3);
} 🔗 Explore similar color palettes
Apple White color palette created on .