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: #f1a7b7;
}
.color-2 {
color: #f5d6c2;
}
.color-3 {
color: #e4c1b4;
}
.color-4 {
color: #c3a8a2;
}
.color-5 {
color: #a4d3df;
}

/* CSS Variables */
:root {
--color-1: #f1a7b7;
--color-2: #f5d6c2;
--color-3: #e4c1b4;
--color-4: #c3a8a2;
--color-5: #a4d3df;
}

Blossom Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b7, #f5d6c2, #e4c1b4, #c3a8a2, #a4d3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b7, #f5d6c2, #e4c1b4, #c3a8a2, #a4d3df);
}

Blossom Breeze color palette created on .