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