Ethereal Void Color Palette
Discover the beautiful Ethereal Void color palette featuring bossanova (#4c2f5b), affair (#794b8b), wisteria (#a678b5), light wisteria (#d6a7e2) and vanilla ice (#efd1e8).
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 Void palette
💻 Ethereal Void color palette CSS
/* CSS */
.color-1 {
color: #4c2f5b;
}
.color-2 {
color: #794b8b;
}
.color-3 {
color: #a678b5;
}
.color-4 {
color: #d6a7e2;
}
.color-5 {
color: #efd1e8;
}
/* CSS Variables */
:root {
--color-1: #4c2f5b;
--color-2: #794b8b;
--color-3: #a678b5;
--color-4: #d6a7e2;
--color-5: #efd1e8;
} 🌈 Ethereal Void background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2f5b, #794b8b, #a678b5, #d6a7e2, #efd1e8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2f5b, #794b8b, #a678b5, #d6a7e2, #efd1e8);
} 🔗 Explore similar color palettes
Ethereal Void color palette created on .