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: #3a8d3b;
}
.color-2 {
color: #5dba4a;
}
.color-3 {
color: #86d56c;
}
.color-4 {
color: #bbf0a3;
}
.color-5 {
color: #f3f9c3;
}

/* CSS Variables */
:root {
--color-1: #3a8d3b;
--color-2: #5dba4a;
--color-3: #86d56c;
--color-4: #bbf0a3;
--color-5: #f3f9c3;
}

Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8d3b, #5dba4a, #86d56c, #bbf0a3, #f3f9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8d3b, #5dba4a, #86d56c, #bbf0a3, #f3f9c3);
}

Verdant Harmony color palette created on .