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: #5e4b8b;
}
.color-2 {
color: #9b6fae;
}
.color-3 {
color: #d5a1e8;
}
.color-4 {
color: #f2c0df;
}
.color-5 {
color: #f6c1a2;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #9b6fae;
--color-3: #d5a1e8;
--color-4: #f2c0df;
--color-5: #f6c1a2;
}

CSS del degradado de fondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #9b6fae, #d5a1e8, #f2c0df, #f6c1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #9b6fae, #d5a1e8, #f2c0df, #f6c1a2);
}

Celestial Dreams color palette created on .