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: #42680d;
}
.color-2 {
color: #6b8f24;
}
.color-3 {
color: #a2c8a7;
}
.color-4 {
color: #d2e5d3;
}
.color-5 {
color: #eff9e7;
}
/* CSS Variables */
:root {
--color-1: #42680d;
--color-2: #6b8f24;
--color-3: #a2c8a7;
--color-4: #d2e5d3;
--color-5: #eff9e7;
}
Verdant Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #42680d, #6b8f24, #a2c8a7, #d2e5d3, #eff9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #42680d, #6b8f24, #a2c8a7, #d2e5d3, #eff9e7);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Verdant Serenity color palette created on .