Shades of Persian Red Color Palette

Discover the beautiful Shades of Persian Red color palette featuring persian red (#cc3333), new york pink (#d67a7a), wewak (#f1a2a2), beauty bush (#f3cece) and we peep (#f9e1e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Pink, Bright, Fun, 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 Persian Red palette

Share this palette to:

💻 Shades of Persian Red color palette CSS

/* CSS */
.color-1 {
color: #cc3333;
}
.color-2 {
color: #d67a7a;
}
.color-3 {
color: #f1a2a2;
}
.color-4 {
color: #f3cece;
}
.color-5 {
color: #f9e1e1;
}

/* CSS Variables */
:root {
--color-1: #cc3333;
--color-2: #d67a7a;
--color-3: #f1a2a2;
--color-4: #f3cece;
--color-5: #f9e1e1;
}

🌈 Shades of Persian Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cc3333, #d67a7a, #f1a2a2, #f3cece, #f9e1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cc3333, #d67a7a, #f1a2a2, #f3cece, #f9e1e1);
}

Shades of Persian Red color palette created on .