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