Blush Serenade Color Palette

Discover the beautiful Blush Serenade color palette featuring cupid (#f9b4d2), illusion (#f7a6c4), illusion (#f49fc0), persian pink (#f486b2) and brilliant rose (#f0609c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Fun, Aesthetic, 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 Blush Serenade palette

Share this palette to:

💻 Blush Serenade color palette CSS

/* CSS */
.color-1 {
color: #f9b4d2;
}
.color-2 {
color: #f7a6c4;
}
.color-3 {
color: #f49fc0;
}
.color-4 {
color: #f486b2;
}
.color-5 {
color: #f0609c;
}

/* CSS Variables */
:root {
--color-1: #f9b4d2;
--color-2: #f7a6c4;
--color-3: #f49fc0;
--color-4: #f486b2;
--color-5: #f0609c;
}

🌈 Blush Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4d2, #f7a6c4, #f49fc0, #f486b2, #f0609c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4d2, #f7a6c4, #f49fc0, #f486b2, #f0609c);
}

Blush Serenade color palette created on .