Soft Blush Color Palette

Discover the beautiful Soft Blush color palette featuring janna (#f4e4d7), mandys pink (#f4c1ae), sea pink (#f09a8e), sunglo (#e67a7a) and mulberry (#c85b7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Feminine, Pastel, Peach, Skin, Soft, White 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: #f4e4d7;
}
.color-2 {
color: #f4c1ae;
}
.color-3 {
color: #f09a8e;
}
.color-4 {
color: #e67a7a;
}
.color-5 {
color: #c85b7d;
}

/* CSS Variables */
:root {
--color-1: #f4e4d7;
--color-2: #f4c1ae;
--color-3: #f09a8e;
--color-4: #e67a7a;
--color-5: #c85b7d;
}

🌈 Soft Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e4d7, #f4c1ae, #f09a8e, #e67a7a, #c85b7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e4d7, #f4c1ae, #f09a8e, #e67a7a, #c85b7d);
}

Soft Blush color palette created on .