Rich Brown Color Palette
Discover the beautiful Rich Brown color palette featuring paarl (#9f512d), ironstone (#804d3c), twine (#c19b6c), tacha (#d5ba62) and albescent white (#f2e1c5).
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 Rich Brown palette
๐ป Rich Brown color palette CSS
/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #804d3c;
}
.color-3 {
color: #c19b6c;
}
.color-4 {
color: #d5ba62;
}
.color-5 {
color: #f2e1c5;
}
/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #804d3c;
--color-3: #c19b6c;
--color-4: #d5ba62;
--color-5: #f2e1c5;
} ๐ Rich Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #804d3c, #c19b6c, #d5ba62, #f2e1c5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #804d3c, #c19b6c, #d5ba62, #f2e1c5);
} ๐ Explore similar color palettes
Rich Brown color palette created on .