Verdant Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Harmony palette
Verdant Harmony color palette CSS
/* CSS */
.color-1 {
color: #b1ce5a;
}
.color-2 {
color: #9cc65d;
}
.color-3 {
color: #84bc5c;
}
.color-4 {
color: #7dbf6e;
}
.color-5 {
color: #6fbe81;
}
/* CSS Variables */
:root {
--color-1: #b1ce5a;
--color-2: #9cc65d;
--color-3: #84bc5c;
--color-4: #7dbf6e;
--color-5: #6fbe81;
}
Verdant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1ce5a, #9cc65d, #84bc5c, #7dbf6e, #6fbe81);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1ce5a, #9cc65d, #84bc5c, #7dbf6e, #6fbe81);
}
Similar color palettes
Verdant Harmony color palette created on .