Paleta de colores Celestial Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Dreamscape

/* CSS */
.color-1 {
color: #bca1f7;
}
.color-2 {
color: #2ccdf2;
}
.color-3 {
color: #5c76bc;
}
.color-4 {
color: #f51cfd;
}
.color-5 {
color: #c60af0;
}

/* CSS Variables */
:root {
--color-1: #bca1f7;
--color-2: #2ccdf2;
--color-3: #5c76bc;
--color-4: #f51cfd;
--color-5: #c60af0;
}

CSS del degradado de fondo Celestial Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bca1f7, #2ccdf2, #5c76bc, #f51cfd, #c60af0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bca1f7, #2ccdf2, #5c76bc, #f51cfd, #c60af0);
}

Celestial Dreamscape color palette created on .