Paleta de colores Glow of Dusk
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Glow of Dusk palette
CSS de la paleta de colores Glow of Dusk
/* CSS */
.color-1 {
color: #f3e549;
}
.color-2 {
color: #f9d55d;
}
.color-3 {
color: #f8c56d;
}
.color-4 {
color: #f7a659;
}
.color-5 {
color: #f56a32;
}
/* CSS Variables */
:root {
--color-1: #f3e549;
--color-2: #f9d55d;
--color-3: #f8c56d;
--color-4: #f7a659;
--color-5: #f56a32;
}
CSS del degradado de fondo Glow of Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e549, #f9d55d, #f8c56d, #f7a659, #f56a32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e549, #f9d55d, #f8c56d, #f7a659, #f56a32);
}
Paletas de colores similares
Glow of Dusk color palette created on .