Drying Blood Color Palette
Discover the beautiful Drying Blood color palette featuring crown of thorns (#7a1f21), chestnut (#b44b4d), new york pink (#e07c7b), mandys pink (#f1b1b1) and contessa (#c8797c).
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 Drying Blood palette
💻 Drying Blood color palette CSS
/* CSS */
.color-1 {
color: #7a1f21;
}
.color-2 {
color: #b44b4d;
}
.color-3 {
color: #e07c7b;
}
.color-4 {
color: #f1b1b1;
}
.color-5 {
color: #c8797c;
}
/* CSS Variables */
:root {
--color-1: #7a1f21;
--color-2: #b44b4d;
--color-3: #e07c7b;
--color-4: #f1b1b1;
--color-5: #c8797c;
}
🌈 Drying Blood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1f21, #b44b4d, #e07c7b, #f1b1b1, #c8797c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1f21, #b44b4d, #e07c7b, #f1b1b1, #c8797c);
}
🔗 Explore similar color palettes
Drying Blood color palette created on .