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: #4f1f8e;
}
.color-2 {
color: #6b509b;
}
.color-3 {
color: #8e7fbd;
}
.color-4 {
color: #b29fe9;
}
.color-5 {
color: #f1d1ff;
}
/* CSS Variables */
:root {
--color-1: #4f1f8e;
--color-2: #6b509b;
--color-3: #8e7fbd;
--color-4: #b29fe9;
--color-5: #f1d1ff;
}
CSS del degradado de fondo Celestial Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f1f8e, #6b509b, #8e7fbd, #b29fe9, #f1d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f1f8e, #6b509b, #8e7fbd, #b29fe9, #f1d1ff);
}
Paletas de colores similares
Celestial Dreams color palette created on .