Shades of Blood Color Palette
Discover the beautiful Shades of Blood color palette featuring falu red (#891a1a), fuzzy wuzzy brown (#c94a4a), new york pink (#e07b7b), mandys pink (#f4bebe) and cosmos (#ffd1d1).
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: #891a1a;
}
.color-2 {
color: #c94a4a;
}
.color-3 {
color: #e07b7b;
}
.color-4 {
color: #f4bebe;
}
.color-5 {
color: #ffd1d1;
}
/* CSS Variables */
:root {
--color-1: #891a1a;
--color-2: #c94a4a;
--color-3: #e07b7b;
--color-4: #f4bebe;
--color-5: #ffd1d1;
}
🌈 Shades of Blood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #891a1a, #c94a4a, #e07b7b, #f4bebe, #ffd1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #891a1a, #c94a4a, #e07b7b, #f4bebe, #ffd1d1);
}
🔗 Explore similar color palettes
Shades of Blood color palette created on .