Burnt Pink Blush Color Palette

Discover the beautiful Burnt Pink Blush color palette featuring turkish rose (#c16c8a), careys pink (#d29daa), beauty bush (#eab8c9), cherub (#f7d4df) and mandys pink (#f5b7b2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Burnt Pink Blush color palette CSS

/* CSS */
.color-1 {
color: #c16c8a;
}
.color-2 {
color: #d29daa;
}
.color-3 {
color: #eab8c9;
}
.color-4 {
color: #f7d4df;
}
.color-5 {
color: #f5b7b2;
}

/* CSS Variables */
:root {
--color-1: #c16c8a;
--color-2: #d29daa;
--color-3: #eab8c9;
--color-4: #f7d4df;
--color-5: #f5b7b2;
}

🌈 Burnt Pink Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c16c8a, #d29daa, #eab8c9, #f7d4df, #f5b7b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c16c8a, #d29daa, #eab8c9, #f7d4df, #f5b7b2);
}

Burnt Pink Blush color palette created on .