Paleta de colores Imperial Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Imperial Sunset palette
CSS de la paleta de colores Imperial Sunset
/* CSS */
.color-1 {
color: #f6c54c;
}
.color-2 {
color: #d17a29;
}
.color-3 {
color: #a4392d;
}
.color-4 {
color: #6b2e3e;
}
.color-5 {
color: #3b0f4d;
}
/* CSS Variables */
:root {
--color-1: #f6c54c;
--color-2: #d17a29;
--color-3: #a4392d;
--color-4: #6b2e3e;
--color-5: #3b0f4d;
}
CSS del degradado de fondo Imperial Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c54c, #d17a29, #a4392d, #6b2e3e, #3b0f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c54c, #d17a29, #a4392d, #6b2e3e, #3b0f4d);
}
Paletas de colores similares
Imperial Sunset color palette created on .