Crimson Tactics Color Palette
Discover the beautiful Crimson Tactics color palette featuring maroon (#830101), sangria (#9b0603), totem pole (#a51903), fire (#aa3b03) and fire (#aa4903).
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 Crimson Tactics palette
💻 Crimson Tactics color palette CSS
/* CSS */
.color-1 {
color: #830101;
}
.color-2 {
color: #9b0603;
}
.color-3 {
color: #a51903;
}
.color-4 {
color: #aa3b03;
}
.color-5 {
color: #aa4903;
}
/* CSS Variables */
:root {
--color-1: #830101;
--color-2: #9b0603;
--color-3: #a51903;
--color-4: #aa3b03;
--color-5: #aa4903;
}
🌈 Crimson Tactics background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #830101, #9b0603, #a51903, #aa3b03, #aa4903);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #830101, #9b0603, #a51903, #aa3b03, #aa4903);
}
🔗 Explore similar color palettes
Crimson Tactics color palette created on .