Dark Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red palette
Dark Red color palette CSS
/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #4d3c4e;
}
.color-3 {
color: #7d4f4f;
}
.color-4 {
color: #bf5d36;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #4d3c4e;
--color-3: #7d4f4f;
--color-4: #bf5d36;
--color-5: #f0a800;
}
Dark Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #4d3c4e, #7d4f4f, #bf5d36, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #4d3c4e, #7d4f4f, #bf5d36, #f0a800);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
- Mitsu Yume
- Crimson Twilight
- Midnight Feathers
- Something Bad Will Happen Soon
- Shades of Dark Red
- Dark Purple Seduction
- Shadowed Elegance
- Red Gore
- Crimson Shadows
- Crimson Shadows
- Ethereal Twilight
- Crimson Enchantment
- Midnight Heist
- Shades of Pink
- Dark Blue with a Touch of Red
- Dark Raven
- Purple Circus
- Seductive Harmony
Dark Red color palette created on .