Rojo Sangre Color Palette

Discover the beautiful Rojo Sangre color palette featuring bright red (#a30000), persian red (#c92c2c), mandy (#e05252), wewak (#f29c9c) and we peep (#f7d9d9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Blood, Bright, Summer, Vibrant, Coral, Flower, Fun, High Contrast 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 Rojo Sangre palette

Share this palette to:

💻 Rojo Sangre color palette CSS

/* CSS */
.color-1 {
color: #a30000;
}
.color-2 {
color: #c92c2c;
}
.color-3 {
color: #e05252;
}
.color-4 {
color: #f29c9c;
}
.color-5 {
color: #f7d9d9;
}

/* CSS Variables */
:root {
--color-1: #a30000;
--color-2: #c92c2c;
--color-3: #e05252;
--color-4: #f29c9c;
--color-5: #f7d9d9;
}

🌈 Rojo Sangre background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30000, #c92c2c, #e05252, #f29c9c, #f7d9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30000, #c92c2c, #e05252, #f29c9c, #f7d9d9);
}

Rojo Sangre color palette created on .