Blush Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush Blossom palette

Share this palette to:

Blush Blossom color palette CSS

/* CSS */
.color-1 {
color: #f7e5b1;
}
.color-2 {
color: #f1b6c6;
}
.color-3 {
color: #f28c90;
}
.color-4 {
color: #e44991;
}
.color-5 {
color: #d25b8b;
}

/* CSS Variables */
:root {
--color-1: #f7e5b1;
--color-2: #f1b6c6;
--color-3: #f28c90;
--color-4: #e44991;
--color-5: #d25b8b;
}

Blush Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e5b1, #f1b6c6, #f28c90, #e44991, #d25b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e5b1, #f1b6c6, #f28c90, #e44991, #d25b8b);
}

Blush Blossom color palette created on .