Blushing Boudoir Color Palette

Discover the beautiful Blushing Boudoir color palette featuring we peep (#f5d6df), wewak (#f1a7b2), deep blush (#e67a9c), cabaret (#d05372) and night shadz (#a63a57).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blushing Boudoir color palette CSS

/* CSS */
.color-1 {
color: #f5d6df;
}
.color-2 {
color: #f1a7b2;
}
.color-3 {
color: #e67a9c;
}
.color-4 {
color: #d05372;
}
.color-5 {
color: #a63a57;
}

/* CSS Variables */
:root {
--color-1: #f5d6df;
--color-2: #f1a7b2;
--color-3: #e67a9c;
--color-4: #d05372;
--color-5: #a63a57;
}

🌈 Blushing Boudoir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6df, #f1a7b2, #e67a9c, #d05372, #a63a57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6df, #f1a7b2, #e67a9c, #d05372, #a63a57);
}

Blushing Boudoir color palette created on .