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: #6ab47e;
}
.color-2 {
color: #4f9c77;
}
.color-3 {
color: #3e7e5a;
}
.color-4 {
color: #b5c733;
}
.color-5 {
color: #e9b35d;
}

/* CSS Variables */
:root {
--color-1: #6ab47e;
--color-2: #4f9c77;
--color-3: #3e7e5a;
--color-4: #b5c733;
--color-5: #e9b35d;
}

Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ab47e, #4f9c77, #3e7e5a, #b5c733, #e9b35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ab47e, #4f9c77, #3e7e5a, #b5c733, #e9b35d);
}

Verdant Harmony color palette created on .