Brown Toast Color Palette

Discover the beautiful Brown Toast color palette featuring cameo (#d7b89d), indian khaki (#c4a68d), coral tree (#a67c6e), spicy mix (#8c5a4a) and congo brown (#6b3d3d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Warm, Autumn, Earthy, Coastal 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 Brown Toast palette

Share this palette to:

💻 Brown Toast color palette CSS

/* CSS */
.color-1 {
color: #d7b89d;
}
.color-2 {
color: #c4a68d;
}
.color-3 {
color: #a67c6e;
}
.color-4 {
color: #8c5a4a;
}
.color-5 {
color: #6b3d3d;
}

/* CSS Variables */
:root {
--color-1: #d7b89d;
--color-2: #c4a68d;
--color-3: #a67c6e;
--color-4: #8c5a4a;
--color-5: #6b3d3d;
}

🌈 Brown Toast background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b89d, #c4a68d, #a67c6e, #8c5a4a, #6b3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b89d, #c4a68d, #a67c6e, #8c5a4a, #6b3d3d);
}

Brown Toast color palette created on .