Shades of Brown Color Palette
Discover the beautiful Shades of Brown color palette featuring parchment (#f0e6d1), manhattan (#f6c3a7), apricot (#e99977), japonica (#d86d5a) and mojo (#b44e31).
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 Shades of Brown palette
๐ป Shades of Brown color palette CSS
/* CSS */
.color-1 {
color: #f0e6d1;
}
.color-2 {
color: #f6c3a7;
}
.color-3 {
color: #e99977;
}
.color-4 {
color: #d86d5a;
}
.color-5 {
color: #b44e31;
}
/* CSS Variables */
:root {
--color-1: #f0e6d1;
--color-2: #f6c3a7;
--color-3: #e99977;
--color-4: #d86d5a;
--color-5: #b44e31;
} ๐ Shades of Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e6d1, #f6c3a7, #e99977, #d86d5a, #b44e31);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e6d1, #f6c3a7, #e99977, #d86d5a, #b44e31);
} ๐ Explore similar color palettes
Shades of Brown color palette created on .