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: #19b385;
}
.color-2 {
color: #4fbf92;
}
.color-3 {
color: #8fdc9a;
}
.color-4 {
color: #b3dfb6;
}
.color-5 {
color: #e4f6e8;
}

/* CSS Variables */
:root {
--color-1: #19b385;
--color-2: #4fbf92;
--color-3: #8fdc9a;
--color-4: #b3dfb6;
--color-5: #e4f6e8;
}

CSS del degradado de fondo Verdant Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b385, #4fbf92, #8fdc9a, #b3dfb6, #e4f6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b385, #4fbf92, #8fdc9a, #b3dfb6, #e4f6e8);
}

Verdant Serenity color palette created on .