Celestial Veil Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Veil palette
Celestial Veil color palette CSS
/* CSS */
.color-1 {
color: #1e1f34;
}
.color-2 {
color: #492b54;
}
.color-3 {
color: #7c4a8c;
}
.color-4 {
color: #a76c9c;
}
.color-5 {
color: #f8c9d1;
}
/* CSS Variables */
:root {
--color-1: #1e1f34;
--color-2: #492b54;
--color-3: #7c4a8c;
--color-4: #a76c9c;
--color-5: #f8c9d1;
}
Celestial Veil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f34, #492b54, #7c4a8c, #a76c9c, #f8c9d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f34, #492b54, #7c4a8c, #a76c9c, #f8c9d1);
}
Similar color palettes
Scroll down to explore 80+ Aesthetic color palettes
Celestial Veil color palette created on .