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: #6fbe7f;
}
.color-2 {
color: #4dcb80;
}
.color-3 {
color: #3bbf9c;
}
.color-4 {
color: #2ac09d;
}
.color-5 {
color: #1f987e;
}

/* CSS Variables */
:root {
--color-1: #6fbe7f;
--color-2: #4dcb80;
--color-3: #3bbf9c;
--color-4: #2ac09d;
--color-5: #1f987e;
}

Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbe7f, #4dcb80, #3bbf9c, #2ac09d, #1f987e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbe7f, #4dcb80, #3bbf9c, #2ac09d, #1f987e);
}

Verdant Harmony color palette created on .