Warm Brown Color Palette
Discover the beautiful Warm Brown color palette featuring calico (#e0b68a), whiskey (#d5a86c), tussock (#c99f4a), copper (#b68d3a) and luxor gold (#a47e2d).
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: #e0b68a;
}
.color-2 {
color: #d5a86c;
}
.color-3 {
color: #c99f4a;
}
.color-4 {
color: #b68d3a;
}
.color-5 {
color: #a47e2d;
}
/* CSS Variables */
:root {
--color-1: #e0b68a;
--color-2: #d5a86c;
--color-3: #c99f4a;
--color-4: #b68d3a;
--color-5: #a47e2d;
} ๐ Warm Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b68a, #d5a86c, #c99f4a, #b68d3a, #a47e2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b68a, #d5a86c, #c99f4a, #b68d3a, #a47e2d);
} ๐ Explore similar color palettes
Warm Brown color palette created on .