Ethereal Bone Dust Color Palette

Discover the beautiful Ethereal Bone Dust color palette featuring merino (#f5f0e0), wafer (#d8c0c0), bouquet (#a8718e), affair (#6d4d80) and martinique (#3c2a47).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Cream, Pink, Purple, Retro 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: #f5f0e0;
}
.color-2 {
color: #d8c0c0;
}
.color-3 {
color: #a8718e;
}
.color-4 {
color: #6d4d80;
}
.color-5 {
color: #3c2a47;
}

/* CSS Variables */
:root {
--color-1: #f5f0e0;
--color-2: #d8c0c0;
--color-3: #a8718e;
--color-4: #6d4d80;
--color-5: #3c2a47;
}

🌈 Ethereal Bone Dust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f0e0, #d8c0c0, #a8718e, #6d4d80, #3c2a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f0e0, #d8c0c0, #a8718e, #6d4d80, #3c2a47);
}

Ethereal Bone Dust color palette created on .