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: #f0c2ff;
}
.color-2 {
color: #b59cd3;
}
.color-3 {
color: #6b76b8;
}
.color-4 {
color: #3b4b9b;
}
.color-5 {
color: #1f2a6b;
}
/* CSS Variables */
:root {
--color-1: #f0c2ff;
--color-2: #b59cd3;
--color-3: #6b76b8;
--color-4: #3b4b9b;
--color-5: #1f2a6b;
}
CSS del degradado de fondo Celestial Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c2ff, #b59cd3, #6b76b8, #3b4b9b, #1f2a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c2ff, #b59cd3, #6b76b8, #3b4b9b, #1f2a6b);
}
Paletas de colores similares
Celestial Dreamscape color palette created on .