Paleta de colores Celestial Dusk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dusk palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Dusk

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

CSS de la paleta de colores Celestial Dusk

/* CSS */
.color-1 {
color: #2a2b4c;
}
.color-2 {
color: #5d607e;
}
.color-3 {
color: #8a8c9e;
}
.color-4 {
color: #bfafd4;
}
.color-5 {
color: #d3a6b0;
}

/* CSS Variables */
:root {
--color-1: #2a2b4c;
--color-2: #5d607e;
--color-3: #8a8c9e;
--color-4: #bfafd4;
--color-5: #d3a6b0;
}

CSS del degradado de fondo Celestial Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2b4c, #5d607e, #8a8c9e, #bfafd4, #d3a6b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2b4c, #5d607e, #8a8c9e, #bfafd4, #d3a6b0);
}

Celestial Dusk color palette created on .