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: #5bb946;
}
.color-2 {
color: #a9d19f;
}
.color-3 {
color: #e6f9a9;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #daa44e;
}
/* CSS Variables */
:root {
--color-1: #5bb946;
--color-2: #a9d19f;
--color-3: #e6f9a9;
--color-4: #f4cf3e;
--color-5: #daa44e;
}
Verdant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bb946, #a9d19f, #e6f9a9, #f4cf3e, #daa44e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bb946, #a9d19f, #e6f9a9, #f4cf3e, #daa44e);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Verdant Harmony color palette created on .