Paleta de colores Verdant Essence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Verdant Essence palette

Compartir esta paleta en:

CSS de la paleta de colores Verdant Essence

/* CSS */
.color-1 {
color: #2b883d;
}
.color-2 {
color: #5dc669;
}
.color-3 {
color: #8ad0a6;
}
.color-4 {
color: #d1e0d5;
}
.color-5 {
color: #f5faf5;
}

/* CSS Variables */
:root {
--color-1: #2b883d;
--color-2: #5dc669;
--color-3: #8ad0a6;
--color-4: #d1e0d5;
--color-5: #f5faf5;
}

CSS del degradado de fondo Verdant Essence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b883d, #5dc669, #8ad0a6, #d1e0d5, #f5faf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b883d, #5dc669, #8ad0a6, #d1e0d5, #f5faf5);
}

Verdant Essence color palette created on .