Blushing Dawn Color Palette

Discover the beautiful Blushing Dawn color palette featuring strikemaster (#9e6b83), deep blush (#e2798e), illusion (#f6b1b6), azalea (#f8bfc5) and cinderella (#fcd4d8).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blushing Dawn color palette CSS

/* CSS */
.color-1 {
color: #9e6b83;
}
.color-2 {
color: #e2798e;
}
.color-3 {
color: #f6b1b6;
}
.color-4 {
color: #f8bfc5;
}
.color-5 {
color: #fcd4d8;
}

/* CSS Variables */
:root {
--color-1: #9e6b83;
--color-2: #e2798e;
--color-3: #f6b1b6;
--color-4: #f8bfc5;
--color-5: #fcd4d8;
}

🌈 Blushing Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e6b83, #e2798e, #f6b1b6, #f8bfc5, #fcd4d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e6b83, #e2798e, #f6b1b6, #f8bfc5, #fcd4d8);
}

Blushing Dawn color palette created on .