Crimson Renewal Color Palette

Discover the beautiful Crimson Renewal color palette featuring persian red (#d33131), sunglo (#e57171), sea pink (#ef9a9a), romantic (#ffccbd) and sunset orange (#ff5252).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Red, Retro, Vintage 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 Crimson Renewal palette

Share this palette to:

💻 Crimson Renewal color palette CSS

/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #e57171;
}
.color-3 {
color: #ef9a9a;
}
.color-4 {
color: #ffccbd;
}
.color-5 {
color: #ff5252;
}

/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #e57171;
--color-3: #ef9a9a;
--color-4: #ffccbd;
--color-5: #ff5252;
}

🌈 Crimson Renewal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #e57171, #ef9a9a, #ffccbd, #ff5252);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #e57171, #ef9a9a, #ffccbd, #ff5252);
}

Crimson Renewal color palette created on .