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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Brown Chaos color palette created on .