Paleta de colores Orange Celebration
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange Celebration palette
CSS de la paleta de colores Orange Celebration
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ff6d33;
}
.color-4 {
color: #ff513d;
}
.color-5 {
color: #ff2e2e;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b42;
--color-3: #ff6d33;
--color-4: #ff513d;
--color-5: #ff2e2e;
}
CSS del degradado de fondo Orange Celebration
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b42, #ff6d33, #ff513d, #ff2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b42, #ff6d33, #ff513d, #ff2e2e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Orange Celebration color palette created on .