Ginger Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ginger Breeze palette

Share this palette to:

Ginger Breeze color palette PNG image

Download ginger breeze color palette PNG image (landscape)
Download ginger breeze color palette PNG image (square)

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 .