Paleta de colores Celestial Dawn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dawn palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Dawn

/* CSS */
.color-1 {
color: #3f74cf;
}
.color-2 {
color: #7199da;
}
.color-3 {
color: #a5c0e9;
}
.color-4 {
color: #474762;
}
.color-5 {
color: #a99fd6;
}

/* CSS Variables */
:root {
--color-1: #3f74cf;
--color-2: #7199da;
--color-3: #a5c0e9;
--color-4: #474762;
--color-5: #a99fd6;
}

CSS del degradado de fondo Celestial Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f74cf, #7199da, #a5c0e9, #474762, #a99fd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f74cf, #7199da, #a5c0e9, #474762, #a99fd6);
}

Paletas de colores similares

Desplázate hacia abajo para explorar 1 paleta de colores Azul

Celestial Dawn color palette created on .