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: #4d6f5e;
}
.color-2 {
color: #799a7d;
}
.color-3 {
color: #a3c2b3;
}
.color-4 {
color: #d1e6e0;
}
.color-5 {
color: #f1f8f4;
}

/* CSS Variables */
:root {
--color-1: #4d6f5e;
--color-2: #799a7d;
--color-3: #a3c2b3;
--color-4: #d1e6e0;
--color-5: #f1f8f4;
}

CSS con gradiente di sfondo Verdant Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6f5e, #799a7d, #a3c2b3, #d1e6e0, #f1f8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6f5e, #799a7d, #a3c2b3, #d1e6e0, #f1f8f4);
}

Verdant Serenity color palette created on .