Brown Chaos Color Palette

Discover the beautiful Brown Chaos color palette featuring maize (#f7d1a6), harvest gold (#e5ae7b), raw sienna (#d57a39), desert (#a94c1e) and hairy heath (#6c2c0f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Bright, Orange, 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 Brown Chaos palette

Share this palette to:

๐Ÿ’ป Brown Chaos color palette CSS

/* CSS */
.color-1 {
color: #f7d1a6;
}
.color-2 {
color: #e5ae7b;
}
.color-3 {
color: #d57a39;
}
.color-4 {
color: #a94c1e;
}
.color-5 {
color: #6c2c0f;
}

/* CSS Variables */
:root {
--color-1: #f7d1a6;
--color-2: #e5ae7b;
--color-3: #d57a39;
--color-4: #a94c1e;
--color-5: #6c2c0f;
}

๐ŸŒˆ Brown Chaos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d1a6, #e5ae7b, #d57a39, #a94c1e, #6c2c0f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d1a6, #e5ae7b, #d57a39, #a94c1e, #6c2c0f);
}

Brown Chaos color palette created on .