Auburn Blood Color Palette
Discover the beautiful Auburn Blood color palette featuring buccaneer (#6d2c2e), copper rust (#8f4f4d), matrix (#bc5e5c), new york pink (#d67a7c) and mandys pink (#f2b0b0).
Brightness
Saturation
Warmth
💡 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 Auburn Blood palette
💻 Auburn Blood color palette CSS
/* CSS */
.color-1 {
color: #6d2c2e;
}
.color-2 {
color: #8f4f4d;
}
.color-3 {
color: #bc5e5c;
}
.color-4 {
color: #d67a7c;
}
.color-5 {
color: #f2b0b0;
}
/* CSS Variables */
:root {
--color-1: #6d2c2e;
--color-2: #8f4f4d;
--color-3: #bc5e5c;
--color-4: #d67a7c;
--color-5: #f2b0b0;
} 🌈 Auburn Blood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c2e, #8f4f4d, #bc5e5c, #d67a7c, #f2b0b0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c2e, #8f4f4d, #bc5e5c, #d67a7c, #f2b0b0);
} 🔗 Explore similar color palettes
Auburn Blood color palette created on .