Shades of Apple Green Color Palette
Discover the beautiful Shades of Apple Green color palette featuring apple (#6abf45), conifer (#9edb6b), deco (#c4e09e), sandwisp (#f2f5a8) and apricot peach (#f8c7aa).
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 Shades of Apple Green palette
💻 Shades of Apple Green color palette CSS
/* CSS */
.color-1 {
color: #6abf45;
}
.color-2 {
color: #9edb6b;
}
.color-3 {
color: #c4e09e;
}
.color-4 {
color: #f2f5a8;
}
.color-5 {
color: #f8c7aa;
}
/* CSS Variables */
:root {
--color-1: #6abf45;
--color-2: #9edb6b;
--color-3: #c4e09e;
--color-4: #f2f5a8;
--color-5: #f8c7aa;
} 🌈 Shades of Apple Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6abf45, #9edb6b, #c4e09e, #f2f5a8, #f8c7aa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6abf45, #9edb6b, #c4e09e, #f2f5a8, #f8c7aa);
} 🔗 Explore similar color palettes
Shades of Apple Green color palette created on .