Emerald Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Serenity palette
Emerald Serenity color palette CSS
/* CSS */
.color-1 {
color: #2c4e2c;
}
.color-2 {
color: #507c50;
}
.color-3 {
color: #89a489;
}
.color-4 {
color: #afd0af;
}
.color-5 {
color: #e7f3e7;
}
/* CSS Variables */
:root {
--color-1: #2c4e2c;
--color-2: #507c50;
--color-3: #89a489;
--color-4: #afd0af;
--color-5: #e7f3e7;
}
Emerald Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c4e2c, #507c50, #89a489, #afd0af, #e7f3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c4e2c, #507c50, #89a489, #afd0af, #e7f3e7);
}
Similar color palettes
Scroll down to explore 200+ Forest color palettes
- Deep Green Forest
- Florest Moth
- Deviant Shades of Green
- Earthy Green
- Urban Farm
- Woodland Wanderlust
- Forest Floor Harmony
- Evergreen Serenity
- Sage Serenity
- Urban Farm
- Whispers of the Woodland Cottage
- Green Forest
- Whispering Woods
- Emerald Dragon's Breath
- Enchanted Grove
- Emerald Whisper
- Whispers of the Forest
- Enchanted Grove
Emerald Serenity color palette created on .