Blushing Bloom Color Palette

Discover the beautiful Blushing Bloom color palette featuring wild watermelon (#ff5c8a), pink salmon (#ff8fa3), sundown (#ffb3c2), peach schnapps (#ffdad6) and fair pink (#ffeeeb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Bright, Aesthetic, Spring, Vibrant 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 Bloom palette

Share this palette to:

💻 Blushing Bloom color palette CSS

/* CSS */
.color-1 {
color: #ff5c8a;
}
.color-2 {
color: #ff8fa3;
}
.color-3 {
color: #ffb3c2;
}
.color-4 {
color: #ffdad6;
}
.color-5 {
color: #ffeeeb;
}

/* CSS Variables */
:root {
--color-1: #ff5c8a;
--color-2: #ff8fa3;
--color-3: #ffb3c2;
--color-4: #ffdad6;
--color-5: #ffeeeb;
}

🌈 Blushing Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c8a, #ff8fa3, #ffb3c2, #ffdad6, #ffeeeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c8a, #ff8fa3, #ffb3c2, #ffdad6, #ffeeeb);
}

Blushing Bloom color palette created on .