Rotten Pink Shades Color Palette

Discover the beautiful Rotten Pink Shades color palette featuring cabaret (#d05378), deep blush (#e47c8d), wewak (#f0a3b1), chantilly (#f9c3c7) and vanilla ice (#f8e8eb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Pink, Spring, Vibrant 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 Rotten Pink Shades palette

Share this palette to:

💻 Rotten Pink Shades color palette CSS

/* CSS */
.color-1 {
color: #d05378;
}
.color-2 {
color: #e47c8d;
}
.color-3 {
color: #f0a3b1;
}
.color-4 {
color: #f9c3c7;
}
.color-5 {
color: #f8e8eb;
}

/* CSS Variables */
:root {
--color-1: #d05378;
--color-2: #e47c8d;
--color-3: #f0a3b1;
--color-4: #f9c3c7;
--color-5: #f8e8eb;
}

🌈 Rotten Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d05378, #e47c8d, #f0a3b1, #f9c3c7, #f8e8eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d05378, #e47c8d, #f0a3b1, #f9c3c7, #f8e8eb);
}

Rotten Pink Shades color palette created on .