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: #839d4d;
}
.color-2 {
color: #d5cca4;
}
.color-3 {
color: #ebd384;
}
.color-4 {
color: #ecb055;
}
.color-5 {
color: #ea7f4d;
}

/* CSS Variables */
:root {
--color-1: #839d4d;
--color-2: #d5cca4;
--color-3: #ebd384;
--color-4: #ecb055;
--color-5: #ea7f4d;
}

Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #839d4d, #d5cca4, #ebd384, #ecb055, #ea7f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #839d4d, #d5cca4, #ebd384, #ecb055, #ea7f4d);
}

Verdant Harmony color palette created on .