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: #3b3267;
}
.color-2 {
color: #5d498d;
}
.color-3 {
color: #825da8;
}
.color-4 {
color: #b387c9;
}
.color-5 {
color: #dfb8ef;
}

/* CSS Variables */
:root {
--color-1: #3b3267;
--color-2: #5d498d;
--color-3: #825da8;
--color-4: #b387c9;
--color-5: #dfb8ef;
}

CSS del degradado de fondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3267, #5d498d, #825da8, #b387c9, #dfb8ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3267, #5d498d, #825da8, #b387c9, #dfb8ef);
}

Celestial Dreams color palette created on .