Warm Brown Color Palette
Discover the beautiful Warm Brown color palette featuring tacha (#d7b970), calico (#e4bf9a), mint julep (#f1e9c5), maize (#f6d3a2) and sandy brown (#f4a662).
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 Warm Brown palette
๐ป Warm Brown color palette CSS
/* CSS */
.color-1 {
color: #d7b970;
}
.color-2 {
color: #e4bf9a;
}
.color-3 {
color: #f1e9c5;
}
.color-4 {
color: #f6d3a2;
}
.color-5 {
color: #f4a662;
}
/* CSS Variables */
:root {
--color-1: #d7b970;
--color-2: #e4bf9a;
--color-3: #f1e9c5;
--color-4: #f6d3a2;
--color-5: #f4a662;
} ๐ Warm Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b970, #e4bf9a, #f1e9c5, #f6d3a2, #f4a662);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b970, #e4bf9a, #f1e9c5, #f6d3a2, #f4a662);
} ๐ Explore similar color palettes
Warm Brown color palette created on .