Celestial Masquerade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Masquerade palette
Celestial Masquerade color palette CSS
/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #2b4d8c;
}
.color-3 {
color: #508eb4;
}
.color-4 {
color: #78c1e2;
}
.color-5 {
color: #9ed7e5;
}
/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #2b4d8c;
--color-3: #508eb4;
--color-4: #78c1e2;
--color-5: #9ed7e5;
}
Celestial Masquerade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #2b4d8c, #508eb4, #78c1e2, #9ed7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #2b4d8c, #508eb4, #78c1e2, #9ed7e5);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Celestial Masquerade color palette created on .