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: #19b385;
}
.color-2 {
color: #4fbf92;
}
.color-3 {
color: #8fdc9a;
}
.color-4 {
color: #b3dfb6;
}
.color-5 {
color: #e4f6e8;
}

/* CSS Variables */
:root {
--color-1: #19b385;
--color-2: #4fbf92;
--color-3: #8fdc9a;
--color-4: #b3dfb6;
--color-5: #e4f6e8;
}

Verdant Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b385, #4fbf92, #8fdc9a, #b3dfb6, #e4f6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b385, #4fbf92, #8fdc9a, #b3dfb6, #e4f6e8);
}

Verdant Serenity color palette created on .