Blushing Petals Color Palette

Discover the beautiful Blushing Petals color palette featuring vivid tangerine (#ff8a8a), pink (#ffb8c1), hot pink (#ff6bb5), lilac (#d5a5d1) and your pink (#ffcdcc).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blushing Petals color palette CSS

/* CSS */
.color-1 {
color: #ff8a8a;
}
.color-2 {
color: #ffb8c1;
}
.color-3 {
color: #ff6bb5;
}
.color-4 {
color: #d5a5d1;
}
.color-5 {
color: #ffcdcc;
}

/* CSS Variables */
:root {
--color-1: #ff8a8a;
--color-2: #ffb8c1;
--color-3: #ff6bb5;
--color-4: #d5a5d1;
--color-5: #ffcdcc;
}

🌈 Blushing Petals background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8a8a, #ffb8c1, #ff6bb5, #d5a5d1, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8a8a, #ffb8c1, #ff6bb5, #d5a5d1, #ffcdcc);
}

Blushing Petals color palette created on .