Blushing Whispers Color Palette

Discover the beautiful Blushing Whispers color palette featuring illusion (#f4a4bf), beauty bush (#f1c1d0), vanilla ice (#f6e0e8), kobi (#f0b2c3) and deep blush (#e76a9c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, 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 Blushing Whispers palette

Share this palette to:

💻 Blushing Whispers color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #f1c1d0;
}
.color-3 {
color: #f6e0e8;
}
.color-4 {
color: #f0b2c3;
}
.color-5 {
color: #e76a9c;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #f1c1d0;
--color-3: #f6e0e8;
--color-4: #f0b2c3;
--color-5: #e76a9c;
}

🌈 Blushing Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #f1c1d0, #f6e0e8, #f0b2c3, #e76a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #f1c1d0, #f6e0e8, #f0b2c3, #e76a9c);
}

Blushing Whispers color palette created on .