Green Apple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Apple palette
Green Apple color palette CSS
/* CSS */
.color-1 {
color: #4fa93d;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f3e58c;
}
.color-4 {
color: #f9b248;
}
.color-5 {
color: #d76d3c;
}
/* CSS Variables */
:root {
--color-1: #4fa93d;
--color-2: #a3d55d;
--color-3: #f3e58c;
--color-4: #f9b248;
--color-5: #d76d3c;
}
Green Apple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fa93d, #a3d55d, #f3e58c, #f9b248, #d76d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fa93d, #a3d55d, #f3e58c, #f9b248, #d76d3c);
}
Similar color palettes
- Green Lillypad
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Peach Blossom
- Green Blue Cocktail
- Olive Grove Harmony
- Whispering Meadow
- Retro Jungle Odyssey
- Cherry Limeade Burst
- Coral Sunshine
- Yellow Eclipse
- Nordic Serenity
- Tropical Serenity
- Lime Zest Biscotti
- Rainbow Burst
- Shades of Green
- Fiesta Harmony
- Enchanted Blossom
Green Apple color palette created on .