Celestial Embrace Color Palette
Discover the beautiful Celestial Embrace color palette featuring wheat (#f5e1b2), mandys pink (#f3bfaf), wewak (#f1a2c2), light orchid (#e09ee0) and powder blue (#b1cee2).
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 Embrace palette
💻 Celestial Embrace color palette CSS
/* CSS */
.color-1 {
color: #f5e1b2;
}
.color-2 {
color: #f3bfaf;
}
.color-3 {
color: #f1a2c2;
}
.color-4 {
color: #e09ee0;
}
.color-5 {
color: #b1cee2;
}
/* CSS Variables */
:root {
--color-1: #f5e1b2;
--color-2: #f3bfaf;
--color-3: #f1a2c2;
--color-4: #e09ee0;
--color-5: #b1cee2;
} 🌈 Celestial Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1b2, #f3bfaf, #f1a2c2, #e09ee0, #b1cee2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1b2, #f3bfaf, #f1a2c2, #e09ee0, #b1cee2);
} 🔗 Explore similar color palettes
Celestial Embrace color palette created on .