Whispers of Blush Color Palette

Discover the beautiful Whispers of Blush color palette featuring hint of red (#fdfcfc), oyster pink (#ebcccc), blossom (#d9b5c0), lily (#bb9bad) and pharlap (#a77b7e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Feminine, Vintage, Spring, Minimalist 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 Whispers of Blush palette

Share this palette to:

💻 Whispers of Blush color palette CSS

/* CSS */
.color-1 {
color: #fdfcfc;
}
.color-2 {
color: #ebcccc;
}
.color-3 {
color: #d9b5c0;
}
.color-4 {
color: #bb9bad;
}
.color-5 {
color: #a77b7e;
}

/* CSS Variables */
:root {
--color-1: #fdfcfc;
--color-2: #ebcccc;
--color-3: #d9b5c0;
--color-4: #bb9bad;
--color-5: #a77b7e;
}

🌈 Whispers of Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfc, #ebcccc, #d9b5c0, #bb9bad, #a77b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfc, #ebcccc, #d9b5c0, #bb9bad, #a77b7e);
}

Whispers of Blush color palette created on .