Blush Petal Whisper Color Palette

Discover the beautiful Blush Petal Whisper color palette featuring rose white (#fff6f5), chardon (#fff2f0), fair pink (#ffeceb), fair pink (#ffedeb) and wafer (#dfcbc8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Warm, Feminine, Minimalist, Spring 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 Petal Whisper palette

Share this palette to:

💻 Blush Petal Whisper color palette CSS

/* CSS */
.color-1 {
color: #fff6f5;
}
.color-2 {
color: #fff2f0;
}
.color-3 {
color: #ffeceb;
}
.color-4 {
color: #ffedeb;
}
.color-5 {
color: #dfcbc8;
}

/* CSS Variables */
:root {
--color-1: #fff6f5;
--color-2: #fff2f0;
--color-3: #ffeceb;
--color-4: #ffedeb;
--color-5: #dfcbc8;
}

🌈 Blush Petal Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff6f5, #fff2f0, #ffeceb, #ffedeb, #dfcbc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff6f5, #fff2f0, #ffeceb, #ffedeb, #dfcbc8);
}

Blush Petal Whisper color palette created on .