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