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: #a3d55d;
}
.color-2 {
color: #6dbf4f;
}
.color-3 {
color: #3a9c3d;
}
.color-4 {
color: #1b792c;
}
.color-5 {
color: #0e5d1f;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #6dbf4f;
--color-3: #3a9c3d;
--color-4: #1b792c;
--color-5: #0e5d1f;
}
Verdant Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #6dbf4f, #3a9c3d, #1b792c, #0e5d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #6dbf4f, #3a9c3d, #1b792c, #0e5d1f);
}
Similar color palettes
Verdant Harmony color palette created on .