Blushing Twilight Color Palette

Discover the beautiful Blushing Twilight color palette featuring brink pink (#fe718d), cadillac (#b54f80), rouge (#a83e7d), charm (#d45e8b) and illusion (#f7a6b6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, 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 Twilight palette

Share this palette to:

💻 Blushing Twilight color palette CSS

/* CSS */
.color-1 {
color: #fe718d;
}
.color-2 {
color: #b54f80;
}
.color-3 {
color: #a83e7d;
}
.color-4 {
color: #d45e8b;
}
.color-5 {
color: #f7a6b6;
}

/* CSS Variables */
:root {
--color-1: #fe718d;
--color-2: #b54f80;
--color-3: #a83e7d;
--color-4: #d45e8b;
--color-5: #f7a6b6;
}

🌈 Blushing Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe718d, #b54f80, #a83e7d, #d45e8b, #f7a6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe718d, #b54f80, #a83e7d, #d45e8b, #f7a6b6);
}

Blushing Twilight color palette created on .