Shades of Rouge Color Palette

Discover the beautiful Shades of Rouge color palette featuring charm (#d86e8a), can can (#d89da8), shilo (#e9b4c1), azalea (#f5c2d8) and we peep (#f8e2e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Flower, 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 Shades of Rouge palette

Share this palette to:

💻 Shades of Rouge color palette CSS

/* CSS */
.color-1 {
color: #d86e8a;
}
.color-2 {
color: #d89da8;
}
.color-3 {
color: #e9b4c1;
}
.color-4 {
color: #f5c2d8;
}
.color-5 {
color: #f8e2e8;
}

/* CSS Variables */
:root {
--color-1: #d86e8a;
--color-2: #d89da8;
--color-3: #e9b4c1;
--color-4: #f5c2d8;
--color-5: #f8e2e8;
}

🌈 Shades of Rouge background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86e8a, #d89da8, #e9b4c1, #f5c2d8, #f8e2e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86e8a, #d89da8, #e9b4c1, #f5c2d8, #f8e2e8);
}

Shades of Rouge color palette created on .