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