Paleta de colores Celestial Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Dreams

/* CSS */
.color-1 {
color: #1c1f3b;
}
.color-2 {
color: #393b5b;
}
.color-3 {
color: #5b5f80;
}
.color-4 {
color: #808da3;
}
.color-5 {
color: #b1c1d8;
}

/* CSS Variables */
:root {
--color-1: #1c1f3b;
--color-2: #393b5b;
--color-3: #5b5f80;
--color-4: #808da3;
--color-5: #b1c1d8;
}

CSS del degradado de fondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3b, #393b5b, #5b5f80, #808da3, #b1c1d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3b, #393b5b, #5b5f80, #808da3, #b1c1d8);
}

Celestial Dreams color palette created on .