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