Bloody Sunday Color Palette
Discover the beautiful Bloody Sunday color palette featuring paco (#3a0e13), crown of thorns (#7c1d25), valencia (#d84b3b), sandy brown (#f5b05c) and salomie (#ffed85).
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 Bloody Sunday palette
💻 Bloody Sunday color palette CSS
/* CSS */
.color-1 {
color: #3a0e13;
}
.color-2 {
color: #7c1d25;
}
.color-3 {
color: #d84b3b;
}
.color-4 {
color: #f5b05c;
}
.color-5 {
color: #ffed85;
}
/* CSS Variables */
:root {
--color-1: #3a0e13;
--color-2: #7c1d25;
--color-3: #d84b3b;
--color-4: #f5b05c;
--color-5: #ffed85;
} 🌈 Bloody Sunday background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a0e13, #7c1d25, #d84b3b, #f5b05c, #ffed85);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a0e13, #7c1d25, #d84b3b, #f5b05c, #ffed85);
} 🔗 Explore similar color palettes
Bloody Sunday color palette created on .