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: #d65d00;
}
.color-2 {
color: #a84c00;
}
.color-3 {
color: #803c00;
}
.color-4 {
color: #c75d00;
}
.color-5 {
color: #ff8c00;
}
/* CSS Variables */
:root {
--color-1: #d65d00;
--color-2: #a84c00;
--color-3: #803c00;
--color-4: #c75d00;
--color-5: #ff8c00;
}
CSS del degradado de fondo Orange Halloween
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65d00, #a84c00, #803c00, #c75d00, #ff8c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65d00, #a84c00, #803c00, #c75d00, #ff8c00);
}
Paletas de colores similares
Orange Halloween color palette created on .