Celestial Soirée Color Palette
Discover the beautiful Celestial Soirée color palette featuring purple mountain's majesty (#8f7ec4), cold purple (#b9b5e3), desert sand (#f2cfc0), casablanca (#f8b849) and illusion (#f7a1c5).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
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);
}
🔗 Explore similar color palettes
Celestial Soirée color palette created on .