Celestial Dreams Color Palette
Discover the beautiful Celestial Dreams color palette featuring bridal heath (#fffaf0), snuff (#e7d6eb), prelude (#d1b2e1), cold purple (#baa1d9) and east side (#a57dc5).
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 Dreams palette
💻 Celestial Dreams color palette CSS
/* CSS */
.color-1 {
color: #fffaf0;
}
.color-2 {
color: #e7d6eb;
}
.color-3 {
color: #d1b2e1;
}
.color-4 {
color: #baa1d9;
}
.color-5 {
color: #a57dc5;
}
/* CSS Variables */
:root {
--color-1: #fffaf0;
--color-2: #e7d6eb;
--color-3: #d1b2e1;
--color-4: #baa1d9;
--color-5: #a57dc5;
} 🌈 Celestial Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffaf0, #e7d6eb, #d1b2e1, #baa1d9, #a57dc5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffaf0, #e7d6eb, #d1b2e1, #baa1d9, #a57dc5);
} 🔗 Explore similar color palettes
Celestial Dreams color palette created on .