Shades of Persian Plum Color Palette

Discover the beautiful Shades of Persian Plum color palette featuring burnt umber (#8d2a2a), copper rust (#9e5151), old rose (#c17676), tonys pink (#e8a1a1) and we peep (#f5d1d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Bright, Flower, Aesthetic, Soft 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 Persian Plum palette

Share this palette to:

💻 Shades of Persian Plum color palette CSS

/* CSS */
.color-1 {
color: #8d2a2a;
}
.color-2 {
color: #9e5151;
}
.color-3 {
color: #c17676;
}
.color-4 {
color: #e8a1a1;
}
.color-5 {
color: #f5d1d1;
}

/* CSS Variables */
:root {
--color-1: #8d2a2a;
--color-2: #9e5151;
--color-3: #c17676;
--color-4: #e8a1a1;
--color-5: #f5d1d1;
}

🌈 Shades of Persian Plum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d2a2a, #9e5151, #c17676, #e8a1a1, #f5d1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d2a2a, #9e5151, #c17676, #e8a1a1, #f5d1d1);
}

Shades of Persian Plum color palette created on .