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: #a8e3f0;
}
.color-2 {
color: #e3b5d5;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #499c4b;
}
/* CSS Variables */
:root {
--color-1: #a8e3f0;
--color-2: #e3b5d5;
--color-3: #f6b83c;
--color-4: #ff6e61;
--color-5: #499c4b;
}
CSS del degradado de fondo Celestial Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e3f0, #e3b5d5, #f6b83c, #ff6e61, #499c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e3f0, #e3b5d5, #f6b83c, #ff6e61, #499c4b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 800+ paletas de colores Estético
Celestial Dawn color palette created on .