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: #690dab;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #e1a6e8;
}
.color-4 {
color: #f8c4ef;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a77ccb;
--color-3: #e1a6e8;
--color-4: #f8c4ef;
--color-5: #ff7092;
}

CSS del degradado de fondo Celestial Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a77ccb, #e1a6e8, #f8c4ef, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a77ccb, #e1a6e8, #f8c4ef, #ff7092);
}

Celestial Dreamscape color palette created on .