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: #4d9d59;
}
.color-2 {
color: #6eb98f;
}
.color-3 {
color: #9ed1a9;
}
.color-4 {
color: #d4e6b3;
}
.color-5 {
color: #f1f8e8;
}

/* CSS Variables */
:root {
--color-1: #4d9d59;
--color-2: #6eb98f;
--color-3: #9ed1a9;
--color-4: #d4e6b3;
--color-5: #f1f8e8;
}

CSS del degradado de fondo Verdant Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9d59, #6eb98f, #9ed1a9, #d4e6b3, #f1f8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9d59, #6eb98f, #9ed1a9, #d4e6b3, #f1f8e8);
}

Verdant Serenity color palette created on .