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