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: #a7d9a6;
}
.color-2 {
color: #a4c6a9;
}
.color-3 {
color: #80bc8d;
}
.color-4 {
color: #4cae6d;
}
.color-5 {
color: #2c8c4a;
}

/* CSS Variables */
:root {
--color-1: #a7d9a6;
--color-2: #a4c6a9;
--color-3: #80bc8d;
--color-4: #4cae6d;
--color-5: #2c8c4a;
}

Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d9a6, #a4c6a9, #80bc8d, #4cae6d, #2c8c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d9a6, #a4c6a9, #80bc8d, #4cae6d, #2c8c4a);
}

Verdant Harmony color palette created on .