Soft Blush Color Palette

Discover the beautiful Soft Blush color palette featuring albescent white (#f5e2d6), beauty bush (#f3c4c4), white (#ffffff), wild sand (#f7f7f7) and pippin (#ffe5e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Pink, Light, Bright, White, Neutral, Elegant 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 palette

Share this palette to:

💻 Soft Blush color palette CSS

/* CSS */
.color-1 {
color: #f5e2d6;
}
.color-2 {
color: #f3c4c4;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f7f7f7;
}
.color-5 {
color: #ffe5e5;
}

/* CSS Variables */
:root {
--color-1: #f5e2d6;
--color-2: #f3c4c4;
--color-3: #ffffff;
--color-4: #f7f7f7;
--color-5: #ffe5e5;
}

🌈 Soft Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2d6, #f3c4c4, #ffffff, #f7f7f7, #ffe5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2d6, #f3c4c4, #ffffff, #f7f7f7, #ffe5e5);
}

Soft Blush color palette created on .