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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Ginger Breeze color palette created on .