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