Celestial Veil Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Veil palette
Download Celestial Veil Color Palette (PNG)
Celestial Veil color palette CSS
/* CSS */
.color-1 {
color: #3d4e7b;
}
.color-2 {
color: #4c7d9a;
}
.color-3 {
color: #6fb3a1;
}
.color-4 {
color: #a0dab7;
}
.color-5 {
color: #f2e4b5;
}
/* CSS Variables */
:root {
--color-1: #3d4e7b;
--color-2: #4c7d9a;
--color-3: #6fb3a1;
--color-4: #a0dab7;
--color-5: #f2e4b5;
}
Celestial Veil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d4e7b, #4c7d9a, #6fb3a1, #a0dab7, #f2e4b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d4e7b, #4c7d9a, #6fb3a1, #a0dab7, #f2e4b5);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Celestial Veil color palette created on .