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: #5abf5a;
}
.color-2 {
color: #a5d87d;
}
.color-3 {
color: #e1eba3;
}
.color-4 {
color: #f9b35d;
}
.color-5 {
color: #f29b31;
}

/* CSS Variables */
:root {
--color-1: #5abf5a;
--color-2: #a5d87d;
--color-3: #e1eba3;
--color-4: #f9b35d;
--color-5: #f29b31;
}

Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf5a, #a5d87d, #e1eba3, #f9b35d, #f29b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf5a, #a5d87d, #e1eba3, #f9b35d, #f29b31);
}

Verdant Harmony color palette created on .