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: #3cb472;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #75c7c0;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #c1f0f6;
}

/* CSS Variables */
:root {
--color-1: #3cb472;
--color-2: #4cae4f;
--color-3: #75c7c0;
--color-4: #a8e6cf;
--color-5: #c1f0f6;
}

Verdant Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb472, #4cae4f, #75c7c0, #a8e6cf, #c1f0f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb472, #4cae4f, #75c7c0, #a8e6cf, #c1f0f6);
}

Verdant Serenity color palette created on .