Verdant Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Serenity palette

Condividi questa palette a:

tavolozza dei colori Verdant Serenity CSS

/* CSS */
.color-1 {
color: #4b8b5a;
}
.color-2 {
color: #69bf7c;
}
.color-3 {
color: #a3d9a1;
}
.color-4 {
color: #e4f1e4;
}
.color-5 {
color: #f7fbbc;
}

/* CSS Variables */
:root {
--color-1: #4b8b5a;
--color-2: #69bf7c;
--color-3: #a3d9a1;
--color-4: #e4f1e4;
--color-5: #f7fbbc;
}

CSS con gradiente di sfondo Verdant Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b5a, #69bf7c, #a3d9a1, #e4f1e4, #f7fbbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b5a, #69bf7c, #a3d9a1, #e4f1e4, #f7fbbc);
}

Verdant Serenity color palette created on .