Emerald Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Symphony palette
Emerald Symphony color palette CSS
/* CSS */
.color-1 {
color: #278c18;
}
.color-2 {
color: #38ff14;
}
.color-3 {
color: #31c417;
}
.color-4 {
color: #a3ff4d;
}
.color-5 {
color: #e7ff85;
}
/* CSS Variables */
:root {
--color-1: #278c18;
--color-2: #38ff14;
--color-3: #31c417;
--color-4: #a3ff4d;
--color-5: #e7ff85;
}
Emerald Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #278c18, #38ff14, #31c417, #a3ff4d, #e7ff85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #278c18, #38ff14, #31c417, #a3ff4d, #e7ff85);
}
Similar color palettes
- Green Lillypad
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Whispers of Connie
- Peach Blossom
- Green Blue Cocktail
- Blue Sharky
- Olive Grove Harmony
- Whispering Meadow
- Bright Yellow
- Groovy Garden Fiesta
- Sugar Swirl Dream
- Serene Blossom
- Retro Jungle Odyssey
- Cherry Limeade Burst
- Coral Sunshine
- Yellow Eclipse
- Nordic Serenity
Emerald Symphony color palette created on .