Ethereal Bone Dust Color Palette
Discover the beautiful Ethereal Bone Dust color palette featuring portage (#888fe7), jacksons purple (#242499), governor bay (#3333cc), cranberry (#d44e8d) and wewak (#f4a9af).
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 Bone Dust palette
💻 Ethereal Bone Dust color palette CSS
/* CSS */
.color-1 {
color: #888fe7;
}
.color-2 {
color: #242499;
}
.color-3 {
color: #3333cc;
}
.color-4 {
color: #d44e8d;
}
.color-5 {
color: #f4a9af;
}
/* CSS Variables */
:root {
--color-1: #888fe7;
--color-2: #242499;
--color-3: #3333cc;
--color-4: #d44e8d;
--color-5: #f4a9af;
} 🌈 Ethereal Bone Dust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #888fe7, #242499, #3333cc, #d44e8d, #f4a9af);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #888fe7, #242499, #3333cc, #d44e8d, #f4a9af);
} 🔗 Explore similar color palettes
Ethereal Bone Dust color palette created on .