Ginger Breeze Color Palette

Discover the beautiful Ginger Breeze color palette featuring sea pink (#efa39a), manhattan (#f2b99d), marzipan (#f7d892), givry (#f7e2bb) and rose bud (#f7ad98).

Brightness

Saturation

Warmth

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

Share this palette to:

๐Ÿ’ป Ginger Breeze color palette CSS

/* CSS */
.color-1 {
color: #efa39a;
}
.color-2 {
color: #f2b99d;
}
.color-3 {
color: #f7d892;
}
.color-4 {
color: #f7e2bb;
}
.color-5 {
color: #f7ad98;
}

/* CSS Variables */
:root {
--color-1: #efa39a;
--color-2: #f2b99d;
--color-3: #f7d892;
--color-4: #f7e2bb;
--color-5: #f7ad98;
}

๐ŸŒˆ Ginger Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efa39a, #f2b99d, #f7d892, #f7e2bb, #f7ad98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efa39a, #f2b99d, #f7d892, #f7e2bb, #f7ad98);
}

Ginger Breeze color palette created on .