Paleta de colores Enchanted Woodland Hues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Enchanted Woodland Hues palette

Compartir esta paleta en:

CSS de la paleta de colores Enchanted Woodland Hues

/* CSS */
.color-1 {
color: #4b3c2a;
}
.color-2 {
color: #8c6b4a;
}
.color-3 {
color: #c7b199;
}
.color-4 {
color: #e4d9c3;
}
.color-5 {
color: #f2dfc0;
}

/* CSS Variables */
:root {
--color-1: #4b3c2a;
--color-2: #8c6b4a;
--color-3: #c7b199;
--color-4: #e4d9c3;
--color-5: #f2dfc0;
}

CSS del degradado de fondo Enchanted Woodland Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c2a, #8c6b4a, #c7b199, #e4d9c3, #f2dfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c2a, #8c6b4a, #c7b199, #e4d9c3, #f2dfc0);
}

Enchanted Woodland Hues color palette created on .