Paleta de colores Enchanted Woodland Treats
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Enchanted Woodland Treats palette
CSS de la paleta de colores Enchanted Woodland Treats
/* CSS */
.color-1 {
color: #2e3e23;
}
.color-2 {
color: #5b6e3a;
}
.color-3 {
color: #8a9f56;
}
.color-4 {
color: #c4d600;
}
.color-5 {
color: #e0b000;
}
/* CSS Variables */
:root {
--color-1: #2e3e23;
--color-2: #5b6e3a;
--color-3: #8a9f56;
--color-4: #c4d600;
--color-5: #e0b000;
}
CSS del degradado de fondo Enchanted Woodland Treats
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e3e23, #5b6e3a, #8a9f56, #c4d600, #e0b000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e3e23, #5b6e3a, #8a9f56, #c4d600, #e0b000);
}
Paletas de colores similares
Enchanted Woodland Treats color palette created on .