Soft Blush Symphony Color Palette

Discover the beautiful Soft Blush Symphony color palette featuring provincial pink (#fef7f1), linen (#fcf1ee), we peep (#faeaec), amour (#f7e4ef) and white lilac (#f3ebf9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Cream, Pink, Lilac, Light, Warm, Neutral, Aesthetic, Spring color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Soft Blush Symphony palette

Share this palette to:

💻 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 .