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: #a8d64c;
}
.color-2 {
color: #a5c639;
}
.color-3 {
color: #7bae3d;
}
.color-4 {
color: #5eb84c;
}
.color-5 {
color: #4ea03b;
}

/* CSS Variables */
:root {
--color-1: #a8d64c;
--color-2: #a5c639;
--color-3: #7bae3d;
--color-4: #5eb84c;
--color-5: #4ea03b;
}

Verdant Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d64c, #a5c639, #7bae3d, #5eb84c, #4ea03b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d64c, #a5c639, #7bae3d, #5eb84c, #4ea03b);
}

Verdant Symphony color palette created on .