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: #4b6c04;
}
.color-2 {
color: #6b8f1e;
}
.color-3 {
color: #8bc035;
}
.color-4 {
color: #b3d256;
}
.color-5 {
color: #d7e48b;
}

/* CSS Variables */
:root {
--color-1: #4b6c04;
--color-2: #6b8f1e;
--color-3: #8bc035;
--color-4: #b3d256;
--color-5: #d7e48b;
}

Verdant Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6c04, #6b8f1e, #8bc035, #b3d256, #d7e48b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6c04, #6b8f1e, #8bc035, #b3d256, #d7e48b);
}

Verdant Symphony color palette created on .