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