Blushing Bouquets Color Palette

Discover the beautiful Blushing Bouquets color palette featuring illusion (#f5b2c5), illusion (#f7a1b8), mauvelous (#f4909b), froly (#f5708d) and carnation (#ef4e68).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blushing Bouquets color palette CSS

/* CSS */
.color-1 {
color: #f5b2c5;
}
.color-2 {
color: #f7a1b8;
}
.color-3 {
color: #f4909b;
}
.color-4 {
color: #f5708d;
}
.color-5 {
color: #ef4e68;
}

/* CSS Variables */
:root {
--color-1: #f5b2c5;
--color-2: #f7a1b8;
--color-3: #f4909b;
--color-4: #f5708d;
--color-5: #ef4e68;
}

🌈 Blushing Bouquets background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c5, #f7a1b8, #f4909b, #f5708d, #ef4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c5, #f7a1b8, #f4909b, #f5708d, #ef4e68);
}

Blushing Bouquets color palette created on .