Discover the beautiful Gingerbread Shades color palette featuring mojo (#c9553b), raw sienna (#d98545), cream can (#f2b854), rajah (#f4af76) and corvette (#f9c7a4).
Gingerbread Shades Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
๐ก 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
Explore how the Gingerbread Shades palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Gingerbread Shades palette
๐ป Gingerbread Shades color palette CSS
/* CSS */
.color-1 {
color: #c9553b;
}
.color-2 {
color: #d98545;
}
.color-3 {
color: #f2b854;
}
.color-4 {
color: #f4af76;
}
.color-5 {
color: #f9c7a4;
}
/* CSS Variables */
:root {
--color-1: #c9553b;
--color-2: #d98545;
--color-3: #f2b854;
--color-4: #f4af76;
--color-5: #f9c7a4;
}
๐ Gingerbread Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9553b, #d98545, #f2b854, #f4af76, #f9c7a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9553b, #d98545, #f2b854, #f4af76, #f9c7a4);
}
๐ Explore similar color palettes
Gingerbread Shades color palette created on .