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: #292e6a;
}
.color-2 {
color: #5c5e93;
}
.color-3 {
color: #8f93c1;
}
.color-4 {
color: #c2b1e2;
}
.color-5 {
color: #f1d0df;
}
/* CSS Variables */
:root {
--color-1: #292e6a;
--color-2: #5c5e93;
--color-3: #8f93c1;
--color-4: #c2b1e2;
--color-5: #f1d0df;
}
CSS del degradado de fondo Celestial Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292e6a, #5c5e93, #8f93c1, #c2b1e2, #f1d0df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292e6a, #5c5e93, #8f93c1, #c2b1e2, #f1d0df);
}
Paletas de colores similares
Celestial Dreamscape color palette created on .