Paleta de colores Halloween
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Halloween palette
CSS de la paleta de colores Halloween
/* CSS */
.color-1 {
color: #1b1b1d;
}
.color-2 {
color: #c50740;
}
.color-3 {
color: #6d2231;
}
.color-4 {
color: #970741;
}
.color-5 {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--color-1: #1b1b1d;
--color-2: #c50740;
--color-3: #6d2231;
--color-4: #970741;
--color-5: #f7f7f7;
}
CSS del degradado de fondo Halloween
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1b1d, #c50740, #6d2231, #970741, #f7f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1b1d, #c50740, #6d2231, #970741, #f7f7f7);
}
Paletas de colores similares
Halloween color palette created on .