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