Gingerbread Brown Color Palette
Discover the beautiful Gingerbread Brown color palette featuring quincy (#5b3a29), antique brass (#c8896a), harvest gold (#e4b07c), golden grass (#d5a01a) and paarl (#9f512d).
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 Gingerbread Brown palette
๐ป Gingerbread Brown color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #c8896a;
}
.color-3 {
color: #e4b07c;
}
.color-4 {
color: #d5a01a;
}
.color-5 {
color: #9f512d;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #c8896a;
--color-3: #e4b07c;
--color-4: #d5a01a;
--color-5: #9f512d;
} ๐ Gingerbread Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #c8896a, #e4b07c, #d5a01a, #9f512d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #c8896a, #e4b07c, #d5a01a, #9f512d);
} ๐ Explore similar color palettes
Gingerbread Brown color palette created on .