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: #3ebb4b;
}
.color-2 {
color: #a7d4a1;
}
.color-3 {
color: #d5e8b5;
}
.color-4 {
color: #f4e5a4;
}
.color-5 {
color: #f9b79f;
}

/* CSS Variables */
:root {
--color-1: #3ebb4b;
--color-2: #a7d4a1;
--color-3: #d5e8b5;
--color-4: #f4e5a4;
--color-5: #f9b79f;
}

Verdant Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ebb4b, #a7d4a1, #d5e8b5, #f4e5a4, #f9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ebb4b, #a7d4a1, #d5e8b5, #f4e5a4, #f9b79f);
}

Verdant Serenity color palette created on .