Gingerbread Color Palette

Discover the beautiful Gingerbread color palette featuring mandys pink (#eebf9f), givry (#f7dbc4), champagne (#fbebdb), givry (#f9e4c9) and mandys pink (#f3c4ab).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Earthy, Light, Peach, Pink, Soft, Sunset, Vintage, Warm 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

UI Examples

Explore beautiful UI components with Gingerbread palette

Share this palette to:

💻 Gingerbread color palette CSS

/* CSS */
.color-1 {
color: #eebf9f;
}
.color-2 {
color: #f7dbc4;
}
.color-3 {
color: #fbebdb;
}
.color-4 {
color: #f9e4c9;
}
.color-5 {
color: #f3c4ab;
}

/* CSS Variables */
:root {
--color-1: #eebf9f;
--color-2: #f7dbc4;
--color-3: #fbebdb;
--color-4: #f9e4c9;
--color-5: #f3c4ab;
}

🌈 Gingerbread background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eebf9f, #f7dbc4, #fbebdb, #f9e4c9, #f3c4ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eebf9f, #f7dbc4, #fbebdb, #f9e4c9, #f3c4ab);
}

Gingerbread color palette created on .