Paleta de colores Celestial Dusk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dusk palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Dusk

/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #4e5c8d;
}
.color-3 {
color: #7d8cb5;
}
.color-4 {
color: #b3c7e6;
}
.color-5 {
color: #f0e59e;
}

/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #4e5c8d;
--color-3: #7d8cb5;
--color-4: #b3c7e6;
--color-5: #f0e59e;
}

CSS del degradado de fondo Celestial Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #4e5c8d, #7d8cb5, #b3c7e6, #f0e59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #4e5c8d, #7d8cb5, #b3c7e6, #f0e59e);
}

Celestial Dusk color palette created on .