Blush Noir Color Palette

Discover the beautiful Blush Noir color palette featuring radical red (#ff3d77), tickle me pink (#ff7092), pink salmon (#ff99a0), pastel pink (#ffd6e7) and porcelain (#f4f5f6).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blush Noir color palette CSS

/* CSS */
.color-1 {
color: #ff3d77;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff99a0;
}
.color-4 {
color: #ffd6e7;
}
.color-5 {
color: #f4f5f6;
}

/* CSS Variables */
:root {
--color-1: #ff3d77;
--color-2: #ff7092;
--color-3: #ff99a0;
--color-4: #ffd6e7;
--color-5: #f4f5f6;
}

🌈 Blush Noir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d77, #ff7092, #ff99a0, #ffd6e7, #f4f5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d77, #ff7092, #ff99a0, #ffd6e7, #f4f5f6);
}

Blush Noir color palette created on .