Paleta de colores Forest Fairy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Forest Fairy palette

Compartir esta paleta en:

CSS de la paleta de colores Forest Fairy

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #f3e0d3;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #d57a20;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #a7d7b8;
--color-3: #f3e0d3;
--color-4: #ffb84d;
--color-5: #d57a20;
}

CSS del degradado de fondo Forest Fairy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #a7d7b8, #f3e0d3, #ffb84d, #d57a20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #a7d7b8, #f3e0d3, #ffb84d, #d57a20);
}

Forest Fairy color palette created on .