Bleached Coffee Color Palette

Discover the beautiful Bleached Coffee color palette featuring clam shell (#d8c2b6), silk (#b6a8a0), donkey brown (#a58f83), roman coffee (#7d5b4a) and millbrook (#5c4033).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Coffee, Earthy, Neutral, Soft, Vintage, Warm 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 Bleached Coffee palette

Share this palette to:

💻 Bleached Coffee color palette CSS

/* CSS */
.color-1 {
color: #d8c2b6;
}
.color-2 {
color: #b6a8a0;
}
.color-3 {
color: #a58f83;
}
.color-4 {
color: #7d5b4a;
}
.color-5 {
color: #5c4033;
}

/* CSS Variables */
:root {
--color-1: #d8c2b6;
--color-2: #b6a8a0;
--color-3: #a58f83;
--color-4: #7d5b4a;
--color-5: #5c4033;
}

🌈 Bleached Coffee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c2b6, #b6a8a0, #a58f83, #7d5b4a, #5c4033);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c2b6, #b6a8a0, #a58f83, #7d5b4a, #5c4033);
}

Bleached Coffee color palette created on .