Paleta de colores Celestial Veil
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Veil palette
CSS de la paleta de colores Celestial Veil
/* CSS */
.color-1 {
color: #40118d;
}
.color-2 {
color: #611cba;
}
.color-3 {
color: #a538e0;
}
.color-4 {
color: #cc90ee;
}
.color-5 {
color: #eab6f7;
}
/* CSS Variables */
:root {
--color-1: #40118d;
--color-2: #611cba;
--color-3: #a538e0;
--color-4: #cc90ee;
--color-5: #eab6f7;
}
CSS del degradado de fondo Celestial Veil
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #40118d, #611cba, #a538e0, #cc90ee, #eab6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #40118d, #611cba, #a538e0, #cc90ee, #eab6f7);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Deep purple
Celestial Veil color palette created on .