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