Bone Color Palette

Discover the beautiful Bone color palette featuring vanilla (#d3c3ab), coral reef (#c5b8a0), heathered gray (#b7af95), gurkha (#9c9681) and cement (#86735f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Tan, Brown, Earthy, Warm, Soft, Neutral, Muted 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 Bone palette

Share this palette to:

💻 Bone color palette CSS

/* CSS */
.color-1 {
color: #d3c3ab;
}
.color-2 {
color: #c5b8a0;
}
.color-3 {
color: #b7af95;
}
.color-4 {
color: #9c9681;
}
.color-5 {
color: #86735f;
}

/* CSS Variables */
:root {
--color-1: #d3c3ab;
--color-2: #c5b8a0;
--color-3: #b7af95;
--color-4: #9c9681;
--color-5: #86735f;
}

🌈 Bone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3c3ab, #c5b8a0, #b7af95, #9c9681, #86735f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3c3ab, #c5b8a0, #b7af95, #9c9681, #86735f);
}

Bone color palette created on .