Blossom Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Breeze palette

Share this palette to:

Blossom Breeze color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f5d58e;
}
.color-3 {
color: #e4d8d3;
}
.color-4 {
color: #b2e1d6;
}
.color-5 {
color: #88d8b0;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f5d58e;
--color-3: #e4d8d3;
--color-4: #b2e1d6;
--color-5: #88d8b0;
}

Blossom Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f5d58e, #e4d8d3, #b2e1d6, #88d8b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f5d58e, #e4d8d3, #b2e1d6, #88d8b0);
}

Blossom Breeze color palette created on .