Discover the beautiful Gingerbread Shades color palette featuring tuscany (#c64a2f), raw sienna (#d77f3c), ronchi (#f1b44b), sandy brown (#f3a96d) and corvette (#f9c59f).
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: #c64a2f;
}
.color-2 {
color: #d77f3c;
}
.color-3 {
color: #f1b44b;
}
.color-4 {
color: #f3a96d;
}
.color-5 {
color: #f9c59f;
}
/* CSS Variables */
:root {
--color-1: #c64a2f;
--color-2: #d77f3c;
--color-3: #f1b44b;
--color-4: #f3a96d;
--color-5: #f9c59f;
}
🌈 Gingerbread Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c64a2f, #d77f3c, #f1b44b, #f3a96d, #f9c59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c64a2f, #d77f3c, #f1b44b, #f3a96d, #f9c59f);
}
🔗 Explore similar color palettes
Gingerbread Shades color palette created on .