Blood Red and Gold Color Palette

Discover the beautiful Blood Red and Gold color palette featuring tamarillo (#951818), pirate gold (#a37500), marigold (#b08727), kumera (#8a5b1e) and rosewood (#610000).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Brown, Gold, Earthy, Warm, Vintage, Autumn, Deep, Masculine 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 Blood Red and Gold palette

Share this palette to:

💻 Blood Red and Gold color palette CSS

/* CSS */
.color-1 {
color: #951818;
}
.color-2 {
color: #a37500;
}
.color-3 {
color: #b08727;
}
.color-4 {
color: #8a5b1e;
}
.color-5 {
color: #610000;
}

/* CSS Variables */
:root {
--color-1: #951818;
--color-2: #a37500;
--color-3: #b08727;
--color-4: #8a5b1e;
--color-5: #610000;
}

🌈 Blood Red and Gold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #951818, #a37500, #b08727, #8a5b1e, #610000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #951818, #a37500, #b08727, #8a5b1e, #610000);
}

Blood Red and Gold color palette created on .