Blossom Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Blush palette

Share this palette to:

Blossom Blush color palette CSS

/* CSS */
.color-1 {
color: #fbb1a2;
}
.color-2 {
color: #f69992;
}
.color-3 {
color: #f56b90;
}
.color-4 {
color: #d94a69;
}
.color-5 {
color: #b83d5c;
}

/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #f69992;
--color-3: #f56b90;
--color-4: #d94a69;
--color-5: #b83d5c;
}

Blossom Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #f69992, #f56b90, #d94a69, #b83d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #f69992, #f56b90, #d94a69, #b83d5c);
}

Blossom Blush color palette created on .