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: #ff8b42;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #ffeba3;
}
.color-5 {
color: #fff4e0;
}
/* CSS Variables */
:root {
--color-1: #ff8b42;
--color-2: #ffb84d;
--color-3: #ffda6b;
--color-4: #ffeba3;
--color-5: #fff4e0;
}
CSS del degradado de fondo Orange Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8b42, #ffb84d, #ffda6b, #ffeba3, #fff4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8b42, #ffb84d, #ffda6b, #ffeba3, #fff4e0);
}
Paletas de colores similares
Orange Sunset color palette created on .