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: #4b7c5e;
}
.color-2 {
color: #6f9b7a;
}
.color-3 {
color: #a7d4a1;
}
.color-4 {
color: #d7e4b4;
}
.color-5 {
color: #f4f5e0;
}
/* CSS Variables */
:root {
--color-1: #4b7c5e;
--color-2: #6f9b7a;
--color-3: #a7d4a1;
--color-4: #d7e4b4;
--color-5: #f4f5e0;
}
Verdant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c5e, #6f9b7a, #a7d4a1, #d7e4b4, #f4f5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c5e, #6f9b7a, #a7d4a1, #d7e4b4, #f4f5e0);
}
Similar color palettes
Scroll down to explore 400+ Green color palettes
Verdant Harmony color palette created on .