Soft Blush Color Palette

Discover the beautiful Soft Blush color palette featuring cold turkey (#c6b3b3), alto (#d1d1d1), rose fog (#e2b1b1), martini (#b9a7a7) and alto (#d6d6d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cream, Elegant, Light, Modern, Neutral, Pink, Soft 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: #c6b3b3;
}
.color-2 {
color: #d1d1d1;
}
.color-3 {
color: #e2b1b1;
}
.color-4 {
color: #b9a7a7;
}
.color-5 {
color: #d6d6d6;
}

/* CSS Variables */
:root {
--color-1: #c6b3b3;
--color-2: #d1d1d1;
--color-3: #e2b1b1;
--color-4: #b9a7a7;
--color-5: #d6d6d6;
}

🌈 Soft Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b3b3, #d1d1d1, #e2b1b1, #b9a7a7, #d6d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b3b3, #d1d1d1, #e2b1b1, #b9a7a7, #d6d6d6);
}

Soft Blush color palette created on .