Ginger Breeze Color Palette

Discover the beautiful Ginger Breeze color palette featuring sea pink (#efa29a), manhattan (#f2b99c), marzipan (#f7d992), givry (#f7e2bb) and rose bud (#f7ac97).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Pink, Apricot, Cream, Beige, Warm, Soft, Sunset, Light, Earthy 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 Ginger Breeze palette

Share this palette to:

💻 Ginger Breeze color palette CSS

/* CSS */
.color-1 {
color: #efa29a;
}
.color-2 {
color: #f2b99c;
}
.color-3 {
color: #f7d992;
}
.color-4 {
color: #f7e2bb;
}
.color-5 {
color: #f7ac97;
}

/* CSS Variables */
:root {
--color-1: #efa29a;
--color-2: #f2b99c;
--color-3: #f7d992;
--color-4: #f7e2bb;
--color-5: #f7ac97;
}

🌈 Ginger Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efa29a, #f2b99c, #f7d992, #f7e2bb, #f7ac97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efa29a, #f2b99c, #f7d992, #f7e2bb, #f7ac97);
}

Ginger Breeze color palette created on .