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: #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;
}
Celestial Veil background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 1 Deep purple color palette
Celestial Veil color palette created on .