Bone Beige Color Palette

Discover the beautiful Bone Beige color palette featuring white rock (#eae1d2), swirl (#d0cec3), napa (#b3a898), makara (#8c7a69) and coffee (#796a58).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withNeutral, Beige, Earthy, Elegant, 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 Bone Beige palette

Share this palette to:

💻 Bone Beige color palette CSS

/* CSS */
.color-1 {
color: #eae1d2;
}
.color-2 {
color: #d0cec3;
}
.color-3 {
color: #b3a898;
}
.color-4 {
color: #8c7a69;
}
.color-5 {
color: #796a58;
}

/* CSS Variables */
:root {
--color-1: #eae1d2;
--color-2: #d0cec3;
--color-3: #b3a898;
--color-4: #8c7a69;
--color-5: #796a58;
}

🌈 Bone Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae1d2, #d0cec3, #b3a898, #8c7a69, #796a58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae1d2, #d0cec3, #b3a898, #8c7a69, #796a58);
}

Bone Beige color palette created on .