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: #7ebe7e;
}
.color-2 {
color: #b2e0b2;
}
.color-3 {
color: #e8f3e8;
}
.color-4 {
color: #f1d8b6;
}
.color-5 {
color: #f1b1b1;
}
/* CSS Variables */
:root {
--color-1: #7ebe7e;
--color-2: #b2e0b2;
--color-3: #e8f3e8;
--color-4: #f1d8b6;
--color-5: #f1b1b1;
}
Verdant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ebe7e, #b2e0b2, #e8f3e8, #f1d8b6, #f1b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ebe7e, #b2e0b2, #e8f3e8, #f1d8b6, #f1b1b1);
}
Similar color palettes
Verdant Harmony color palette created on .