Paleta de colores Celestial Dawn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dawn palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Dawn

Download celestial dawn color palette PNG image (landscape)
Download celestial dawn color palette PNG image (square)

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);
}

Celestial Dawn color palette created on .