Paleta de colores Verdant Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Verdant Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Verdant Serenity

/* 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 del degradado de fondo 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 .