Celestial Soirée Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Soirée palette
Celestial Soirée color palette CSS
/* CSS */
.color-1 {
color: #8f7ec4;
}
.color-2 {
color: #b9b5e3;
}
.color-3 {
color: #f2cfc0;
}
.color-4 {
color: #f8b849;
}
.color-5 {
color: #f7a1c5;
}
/* CSS Variables */
:root {
--color-1: #8f7ec4;
--color-2: #b9b5e3;
--color-3: #f2cfc0;
--color-4: #f8b849;
--color-5: #f7a1c5;
}
Celestial Soirée background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f7ec4, #b9b5e3, #f2cfc0, #f8b849, #f7a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f7ec4, #b9b5e3, #f2cfc0, #f8b849, #f7a1c5);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Celestial Soirée color palette created on .