Paleta de colores Celestial Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Dreamscape palette
CSS de la paleta de colores Celestial Dreamscape
/* CSS */
.color-1 {
color: #1e194d;
}
.color-2 {
color: #4a3c6d;
}
.color-3 {
color: #795a8c;
}
.color-4 {
color: #a87dba;
}
.color-5 {
color: #dfa4d7;
}
/* CSS Variables */
:root {
--color-1: #1e194d;
--color-2: #4a3c6d;
--color-3: #795a8c;
--color-4: #a87dba;
--color-5: #dfa4d7;
}
CSS del degradado de fondo Celestial Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e194d, #4a3c6d, #795a8c, #a87dba, #dfa4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e194d, #4a3c6d, #795a8c, #a87dba, #dfa4d7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Oscuro
Celestial Dreamscape color palette created on .