Paleta de colores Enchanted Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Enchanted Forest palette

Compartir esta paleta en:

CSS de la paleta de colores Enchanted Forest

/* CSS */
.color-1 {
color: #b5e0b2;
}
.color-2 {
color: #9bcf9e;
}
.color-3 {
color: #7db08b;
}
.color-4 {
color: #5ea176;
}
.color-5 {
color: #3f8d62;
}

/* CSS Variables */
:root {
--color-1: #b5e0b2;
--color-2: #9bcf9e;
--color-3: #7db08b;
--color-4: #5ea176;
--color-5: #3f8d62;
}

CSS del degradado de fondo Enchanted Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5e0b2, #9bcf9e, #7db08b, #5ea176, #3f8d62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5e0b2, #9bcf9e, #7db08b, #5ea176, #3f8d62);
}

Enchanted Forest color palette created on .