Soft Blush Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Blush Symphony palette

Share this palette to:

Soft Blush Symphony color palette PNG image

Download soft blush symphony color palette PNG image (landscape)
Download soft blush symphony color palette PNG image (square)

Soft Blush Symphony color palette CSS

/* CSS */
.color-1 {
color: #fef7f1;
}
.color-2 {
color: #fcf1ee;
}
.color-3 {
color: #faeaec;
}
.color-4 {
color: #f7e4ef;
}
.color-5 {
color: #f3ebf9;
}

/* CSS Variables */
:root {
--color-1: #fef7f1;
--color-2: #fcf1ee;
--color-3: #faeaec;
--color-4: #f7e4ef;
--color-5: #f3ebf9;
}

Soft Blush Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef7f1, #fcf1ee, #faeaec, #f7e4ef, #f3ebf9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef7f1, #fcf1ee, #faeaec, #f7e4ef, #f3ebf9);
}

Soft Blush Symphony color palette created on .