Verdant Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Serenity palette
Verdant Serenity color palette CSS
/* CSS */
.color-1 {
color: #4d9d59;
}
.color-2 {
color: #6eb98f;
}
.color-3 {
color: #9ed1a9;
}
.color-4 {
color: #d4e6b3;
}
.color-5 {
color: #f1f8e8;
}
/* CSS Variables */
:root {
--color-1: #4d9d59;
--color-2: #6eb98f;
--color-3: #9ed1a9;
--color-4: #d4e6b3;
--color-5: #f1f8e8;
}
Verdant Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9d59, #6eb98f, #9ed1a9, #d4e6b3, #f1f8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9d59, #6eb98f, #9ed1a9, #d4e6b3, #f1f8e8);
}
Similar color palettes
- Emerald Canopy
- Green Stained Glass
- Enchanted Marshlands
- Carson's Harmony
- Whimsical Forest Harmony
- Vibrant Yellow-Orange
- Earthy Green
- Earthy Green
- Verdant Serenity
- Earthy Tones
- Shades of Grey and Green
- Tropical Yellow
- Forest Whisper
- Earthy Green
- Shades of Verdun Green
- Green Herb Cookie
- Riverstone Hues
- Turquoise Beach
Verdant Serenity color palette created on .