Blood in the Streets Color Palette
Discover the beautiful Blood in the Streets color palette featuring woody brown (#492c2f), au chico (#8a5c5d), thatch (#c4a6a8), vanilla ice (#f2d9da) and tall poppy (#b92d2f).
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 Blood in the Streets palette
💻 Blood in the Streets color palette CSS
/* CSS */
.color-1 {
color: #492c2f;
}
.color-2 {
color: #8a5c5d;
}
.color-3 {
color: #c4a6a8;
}
.color-4 {
color: #f2d9da;
}
.color-5 {
color: #b92d2f;
}
/* CSS Variables */
:root {
--color-1: #492c2f;
--color-2: #8a5c5d;
--color-3: #c4a6a8;
--color-4: #f2d9da;
--color-5: #b92d2f;
} 🌈 Blood in the Streets background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2f, #8a5c5d, #c4a6a8, #f2d9da, #b92d2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2f, #8a5c5d, #c4a6a8, #f2d9da, #b92d2f);
} 🔗 Explore similar color palettes
Blood in the Streets color palette created on .