Dark Red Horror Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red Horror palette
Dark Red Horror color palette CSS
/* CSS */
.color-1 {
color: #5b3e3e;
}
.color-2 {
color: #7b4c4c;
}
.color-3 {
color: #9e6b6b;
}
.color-4 {
color: #d78e8e;
}
.color-5 {
color: #f4b8b8;
}
/* CSS Variables */
:root {
--color-1: #5b3e3e;
--color-2: #7b4c4c;
--color-3: #9e6b6b;
--color-4: #d78e8e;
--color-5: #f4b8b8;
}
Dark Red Horror background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3e3e, #7b4c4c, #9e6b6b, #d78e8e, #f4b8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3e3e, #7b4c4c, #9e6b6b, #d78e8e, #f4b8b8);
}
Similar color palettes
Scroll down to explore 200+ Red color palettes
Dark Red Horror color palette created on .