Gail's Gentle Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gail's Gentle Blossom palette

Share this palette to:

Gail's Gentle Blossom color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f8d8a0;
}
.color-3 {
color: #f9e5b4;
}
.color-4 {
color: #f3c7c3;
}
.color-5 {
color: #f5a19e;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f8d8a0;
--color-3: #f9e5b4;
--color-4: #f3c7c3;
--color-5: #f5a19e;
}

Gail's Gentle Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f8d8a0, #f9e5b4, #f3c7c3, #f5a19e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f8d8a0, #f9e5b4, #f3c7c3, #f5a19e);
}

Gail's Gentle Blossom color palette created on .