Brown Tea Color Palette
Discover the beautiful Brown Tea color palette featuring mondo (#4d3d33), beaver (#8b6b5b), cashmere (#e6c9a8), almond (#f1dfca) and spring wood (#f6f4ee).
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 Tea palette
๐ป Brown Tea color palette CSS
/* CSS */
.color-1 {
color: #4d3d33;
}
.color-2 {
color: #8b6b5b;
}
.color-3 {
color: #e6c9a8;
}
.color-4 {
color: #f1dfca;
}
.color-5 {
color: #f6f4ee;
}
/* CSS Variables */
:root {
--color-1: #4d3d33;
--color-2: #8b6b5b;
--color-3: #e6c9a8;
--color-4: #f1dfca;
--color-5: #f6f4ee;
} ๐ Brown Tea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3d33, #8b6b5b, #e6c9a8, #f1dfca, #f6f4ee);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3d33, #8b6b5b, #e6c9a8, #f1dfca, #f6f4ee);
} ๐ Explore similar color palettes
Brown Tea color palette created on .