Blush Whisper Color Palette

Discover the beautiful Blush Whisper color palette featuring clam shell (#d5b4b4), cavern pink (#e7c1c1), vanilla ice (#f4d7d7), mandys pink (#f2b1b1) and japonica (#d66b6b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Bright, Flower, 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 Blush Whisper palette

Share this palette to:

💻 Blush Whisper color palette CSS

/* CSS */
.color-1 {
color: #d5b4b4;
}
.color-2 {
color: #e7c1c1;
}
.color-3 {
color: #f4d7d7;
}
.color-4 {
color: #f2b1b1;
}
.color-5 {
color: #d66b6b;
}

/* CSS Variables */
:root {
--color-1: #d5b4b4;
--color-2: #e7c1c1;
--color-3: #f4d7d7;
--color-4: #f2b1b1;
--color-5: #d66b6b;
}

🌈 Blush Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5b4b4, #e7c1c1, #f4d7d7, #f2b1b1, #d66b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5b4b4, #e7c1c1, #f4d7d7, #f2b1b1, #d66b6b);
}

Blush Whisper color palette created on .