Ethereal Embrace Color Palette
Discover the beautiful Ethereal Embrace color palette featuring wheat (#f6e1b6), azalea (#f2bad5), light wisteria (#d7a5e3), regent st blue (#a2c7e7) and acapulco (#80b7a0).
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 Ethereal Embrace palette
💻 Ethereal Embrace color palette CSS
/* CSS */
.color-1 {
color: #f6e1b6;
}
.color-2 {
color: #f2bad5;
}
.color-3 {
color: #d7a5e3;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #80b7a0;
}
/* CSS Variables */
:root {
--color-1: #f6e1b6;
--color-2: #f2bad5;
--color-3: #d7a5e3;
--color-4: #a2c7e7;
--color-5: #80b7a0;
} 🌈 Ethereal Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b6, #f2bad5, #d7a5e3, #a2c7e7, #80b7a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b6, #f2bad5, #d7a5e3, #a2c7e7, #80b7a0);
} 🔗 Explore similar color palettes
Ethereal Embrace color palette created on .