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

Share this palette to:

๐Ÿ’ป 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);
}

Gingerbread Shades color palette created on .