Paleta de colores Whispers of Enchanted Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Enchanted Forest palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Enchanted Forest

/* CSS */
.color-1 {
color: #b0c473;
}
.color-2 {
color: #718e88;
}
.color-3 {
color: #a05a79;
}
.color-4 {
color: #5e6b5b;
}
.color-5 {
color: #992e4e;
}

/* CSS Variables */
:root {
--color-1: #b0c473;
--color-2: #718e88;
--color-3: #a05a79;
--color-4: #5e6b5b;
--color-5: #992e4e;
}

CSS del degradado de fondo Whispers of Enchanted Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c473, #718e88, #a05a79, #5e6b5b, #992e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c473, #718e88, #a05a79, #5e6b5b, #992e4e);
}

Paletas de colores similares

Whispers of Enchanted Forest color palette created on .