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: #1e433c;
}
.color-2 {
color: #3e6a60;
}
.color-3 {
color: #7daa8f;
}
.color-4 {
color: #b4d8b1;
}
.color-5 {
color: #e1f4e7;
}

/* CSS Variables */
:root {
--color-1: #1e433c;
--color-2: #3e6a60;
--color-3: #7daa8f;
--color-4: #b4d8b1;
--color-5: #e1f4e7;
}

Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e433c, #3e6a60, #7daa8f, #b4d8b1, #e1f4e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e433c, #3e6a60, #7daa8f, #b4d8b1, #e1f4e7);
}

Verdant Harmony color palette created on .