Paleta de colores Celestial Dawn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Dawn palette
CSS de la paleta de colores Celestial Dawn
/* CSS */
.color-1 {
color: #1f3d6b;
}
.color-2 {
color: #396bd0;
}
.color-3 {
color: #58b3e4;
}
.color-4 {
color: #f1d341;
}
.color-5 {
color: #f37730;
}
/* CSS Variables */
:root {
--color-1: #1f3d6b;
--color-2: #396bd0;
--color-3: #58b3e4;
--color-4: #f1d341;
--color-5: #f37730;
}
CSS del degradado de fondo Celestial Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d6b, #396bd0, #58b3e4, #f1d341, #f37730);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d6b, #396bd0, #58b3e4, #f1d341, #f37730);
}
Paletas de colores similares
Celestial Dawn color palette created on .