Paleta de colores Celestial Dawn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Dawn palette
Imagen PNG de la paleta de colores Celestial Dawn
CSS de la paleta de colores Celestial Dawn
/* CSS */
.color-1 {
color: #1a1d4c;
}
.color-2 {
color: #3f5c92;
}
.color-3 {
color: #77a1c5;
}
.color-4 {
color: #b7e3f0;
}
.color-5 {
color: #ffcd29;
}
/* CSS Variables */
:root {
--color-1: #1a1d4c;
--color-2: #3f5c92;
--color-3: #77a1c5;
--color-4: #b7e3f0;
--color-5: #ffcd29;
}
CSS del degradado de fondo Celestial Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d4c, #3f5c92, #77a1c5, #b7e3f0, #ffcd29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d4c, #3f5c92, #77a1c5, #b7e3f0, #ffcd29);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 60+ paletas de colores Cielo nocturno
Celestial Dawn color palette created on .