Paleta de colores Celestial Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Dreams palette
CSS de la paleta de colores Celestial Dreams
/* CSS */
.color-1 {
color: #4c3e7a;
}
.color-2 {
color: #695b9a;
}
.color-3 {
color: #8979be;
}
.color-4 {
color: #b89bd9;
}
.color-5 {
color: #dfb2f0;
}
/* CSS Variables */
:root {
--color-1: #4c3e7a;
--color-2: #695b9a;
--color-3: #8979be;
--color-4: #b89bd9;
--color-5: #dfb2f0;
}
CSS del degradado de fondo Celestial Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e7a, #695b9a, #8979be, #b89bd9, #dfb2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e7a, #695b9a, #8979be, #b89bd9, #dfb2f0);
}
Paletas de colores similares
Celestial Dreams color palette created on .