Verdant Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Symphony palette

Share this palette to:

Verdant Symphony color palette CSS

/* CSS */
.color-1 {
color: #6ebf8d;
}
.color-2 {
color: #4bbe6a;
}
.color-3 {
color: #3bbf4a;
}
.color-4 {
color: #28bd2d;
}
.color-5 {
color: #1dbf1f;
}

/* CSS Variables */
:root {
--color-1: #6ebf8d;
--color-2: #4bbe6a;
--color-3: #3bbf4a;
--color-4: #28bd2d;
--color-5: #1dbf1f;
}

Verdant Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf8d, #4bbe6a, #3bbf4a, #28bd2d, #1dbf1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf8d, #4bbe6a, #3bbf4a, #28bd2d, #1dbf1f);
}

Verdant Symphony color palette created on .