Paleta de colores Verdant Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Verdant Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Verdant Elegance

/* CSS */
.color-1 {
color: #4b7e30;
}
.color-2 {
color: #6bab3b;
}
.color-3 {
color: #a5d788;
}
.color-4 {
color: #c5e4b4;
}
.color-5 {
color: #f3f4e6;
}

/* CSS Variables */
:root {
--color-1: #4b7e30;
--color-2: #6bab3b;
--color-3: #a5d788;
--color-4: #c5e4b4;
--color-5: #f3f4e6;
}

CSS del degradado de fondo Verdant Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7e30, #6bab3b, #a5d788, #c5e4b4, #f3f4e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7e30, #6bab3b, #a5d788, #c5e4b4, #f3f4e6);
}

Verdant Elegance color palette created on .