Shades of Blood Color Palette
Discover the beautiful Shades of Blood color palette featuring persian plum (#691b1c), medium carmine (#ab3b3e), roman (#d95e60), rose bud (#f8a2a0) and provincial pink (#fce8e3).
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 Shades of Blood palette
💻 Shades of Blood color palette CSS
/* CSS */
.color-1 {
color: #691b1c;
}
.color-2 {
color: #ab3b3e;
}
.color-3 {
color: #d95e60;
}
.color-4 {
color: #f8a2a0;
}
.color-5 {
color: #fce8e3;
}
/* CSS Variables */
:root {
--color-1: #691b1c;
--color-2: #ab3b3e;
--color-3: #d95e60;
--color-4: #f8a2a0;
--color-5: #fce8e3;
}
🌈 Shades of Blood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #691b1c, #ab3b3e, #d95e60, #f8a2a0, #fce8e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #691b1c, #ab3b3e, #d95e60, #f8a2a0, #fce8e3);
}
🔗 Explore similar color palettes
Shades of Blood color palette created on .