Paleta de colores Haunting Harvest
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Haunting Harvest palette
CSS de la paleta de colores Haunting Harvest
/* CSS */
.color-1 {
color: #4d2b23;
}
.color-2 {
color: #9b5441;
}
.color-3 {
color: #bd8856;
}
.color-4 {
color: #c7b770;
}
.color-5 {
color: #5d3922;
}
/* CSS Variables */
:root {
--color-1: #4d2b23;
--color-2: #9b5441;
--color-3: #bd8856;
--color-4: #c7b770;
--color-5: #5d3922;
}
CSS del degradado de fondo Haunting Harvest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d2b23, #9b5441, #bd8856, #c7b770, #5d3922);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d2b23, #9b5441, #bd8856, #c7b770, #5d3922);
}
Paletas de colores similares
Haunting Harvest color palette created on .