Blushing Blooms Color Palette

Discover the beautiful Blushing Blooms color palette featuring rose bud (#fbb1a2), sweet pink (#fba2b1), froly (#f86d8d), violet red (#f53d6b) and razzmatazz (#e60050).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blushing Blooms color palette CSS

/* CSS */
.color-1 {
color: #fbb1a2;
}
.color-2 {
color: #fba2b1;
}
.color-3 {
color: #f86d8d;
}
.color-4 {
color: #f53d6b;
}
.color-5 {
color: #e60050;
}

/* CSS Variables */
:root {
--color-1: #fbb1a2;
--color-2: #fba2b1;
--color-3: #f86d8d;
--color-4: #f53d6b;
--color-5: #e60050;
}

🌈 Blushing Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbb1a2, #fba2b1, #f86d8d, #f53d6b, #e60050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbb1a2, #fba2b1, #f86d8d, #f53d6b, #e60050);
}

Blushing Blooms color palette created on .