Ethereal Bone Dust Color Palette

Discover the beautiful Ethereal Bone Dust color palette featuring mulled wine (#4b4d6c), waterloo (#7a7a99), logan (#a2a2c3), blossom (#d8b0c0) and wewak (#f4a9af).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Gray, Light, Pink, Soft color palettes and combinations.

💡 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

Share this palette to:

💻 Ethereal Bone Dust color palette CSS

/* CSS */
.color-1 {
color: #4b4d6c;
}
.color-2 {
color: #7a7a99;
}
.color-3 {
color: #a2a2c3;
}
.color-4 {
color: #d8b0c0;
}
.color-5 {
color: #f4a9af;
}

/* CSS Variables */
:root {
--color-1: #4b4d6c;
--color-2: #7a7a99;
--color-3: #a2a2c3;
--color-4: #d8b0c0;
--color-5: #f4a9af;
}

🌈 Ethereal Bone Dust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4d6c, #7a7a99, #a2a2c3, #d8b0c0, #f4a9af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4d6c, #7a7a99, #a2a2c3, #d8b0c0, #f4a9af);
}

Ethereal Bone Dust color palette created on .