Verdant Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Harmony palette

Share this palette to:

Verdant Harmony color palette CSS

/* CSS */
.color-1 {
color: #c0d981;
}
.color-2 {
color: #a8d68f;
}
.color-3 {
color: #7cbe79;
}
.color-4 {
color: #5bae67;
}
.color-5 {
color: #3c9a5a;
}

/* CSS Variables */
:root {
--color-1: #c0d981;
--color-2: #a8d68f;
--color-3: #7cbe79;
--color-4: #5bae67;
--color-5: #3c9a5a;
}

Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0d981, #a8d68f, #7cbe79, #5bae67, #3c9a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0d981, #a8d68f, #7cbe79, #5bae67, #3c9a5a);
}

Verdant Harmony color palette created on .