Crimson Combat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Combat palette
Crimson Combat color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #7d1c1c;
}
.color-3 {
color: #a62b2b;
}
.color-4 {
color: #d14d4d;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #7d1c1c;
--color-3: #a62b2b;
--color-4: #d14d4d;
--color-5: #e74d3c;
}
Crimson Combat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #7d1c1c, #a62b2b, #d14d4d, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #7d1c1c, #a62b2b, #d14d4d, #e74d3c);
}
Similar color palettes
Scroll down to explore 80+ Black color palettes
Crimson Combat color palette created on .