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: #c6398e;
}
.color-2 {
color: #f27d8f;
}
.color-3 {
color: #f1b341;
}
.color-4 {
color: #e1c5a8;
}
.color-5 {
color: #6dd09b;
}

/* CSS Variables */
:root {
--color-1: #c6398e;
--color-2: #f27d8f;
--color-3: #f1b341;
--color-4: #e1c5a8;
--color-5: #6dd09b;
}

Blossom Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6398e, #f27d8f, #f1b341, #e1c5a8, #6dd09b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6398e, #f27d8f, #f1b341, #e1c5a8, #6dd09b);
}

Blossom Breeze color palette created on .