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: #f7c5a6;
}
.color-2 {
color: #f1e1c6;
}
.color-3 {
color: #e9d6ff;
}
.color-4 {
color: #9db3f6;
}
.color-5 {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f1e1c6;
--color-3: #e9d6ff;
--color-4: #9db3f6;
--color-5: #6b9cd1;
}
Celestial Veil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f1e1c6, #e9d6ff, #9db3f6, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f1e1c6, #e9d6ff, #9db3f6, #6b9cd1);
}
Similar color palettes
Scroll down to explore 90+ Aesthetic color palettes
Celestial Veil color palette created on .