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: #fc2c8a;
}
.color-2 {
color: #fbf9f9;
}
.color-3 {
color: #e7acd7;
}
.color-4 {
color: #fccba6;
}
.color-5 {
color: #301632;
}

/* CSS Variables */
:root {
--color-1: #fc2c8a;
--color-2: #fbf9f9;
--color-3: #e7acd7;
--color-4: #fccba6;
--color-5: #301632;
}

Blossom Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc2c8a, #fbf9f9, #e7acd7, #fccba6, #301632);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc2c8a, #fbf9f9, #e7acd7, #fccba6, #301632);
}

Blossom Breeze color palette created on .