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