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: #42680d;
}
.color-2 {
color: #6b8f24;
}
.color-3 {
color: #a2c8a7;
}
.color-4 {
color: #d2e5d3;
}
.color-5 {
color: #eff9e7;
}

/* CSS Variables */
:root {
--color-1: #42680d;
--color-2: #6b8f24;
--color-3: #a2c8a7;
--color-4: #d2e5d3;
--color-5: #eff9e7;
}

CSS con gradiente di sfondo Verdant Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #42680d, #6b8f24, #a2c8a7, #d2e5d3, #eff9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #42680d, #6b8f24, #a2c8a7, #d2e5d3, #eff9e7);
}

Verdant Serenity color palette created on .