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: #a7d7b8;
}
.color-2 {
color: #6db6a6;
}
.color-3 {
color: #4cae99;
}
.color-4 {
color: #2b7d74;
}
.color-5 {
color: #1f5b5b;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #6db6a6;
--color-3: #4cae99;
--color-4: #2b7d74;
--color-5: #1f5b5b;
}

Verdant Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #6db6a6, #4cae99, #2b7d74, #1f5b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #6db6a6, #4cae99, #2b7d74, #1f5b5b);
}

Verdant Harmony color palette created on .