Verdant Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Serenity palette

Share this palette to:

Verdant Serenity color palette CSS

/* CSS */
.color-1 {
color: #507a43;
}
.color-2 {
color: #a7caa0;
}
.color-3 {
color: #e3f4e1;
}
.color-4 {
color: #b9e4c8;
}
.color-5 {
color: #6d9c7d;
}

/* CSS Variables */
:root {
--color-1: #507a43;
--color-2: #a7caa0;
--color-3: #e3f4e1;
--color-4: #b9e4c8;
--color-5: #6d9c7d;
}

Verdant Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #507a43, #a7caa0, #e3f4e1, #b9e4c8, #6d9c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #507a43, #a7caa0, #e3f4e1, #b9e4c8, #6d9c7d);
}

Verdant Serenity color palette created on .