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