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: #bd004b;
}
.color-2 {
color: #a41e44;
}
.color-3 {
color: #713852;
}
.color-4 {
color: #2d534c;
}
.color-5 {
color: #1d6253;
}
/* CSS Variables */
:root {
--color-1: #bd004b;
--color-2: #a41e44;
--color-3: #713852;
--color-4: #2d534c;
--color-5: #1d6253;
}
Dark Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bd004b, #a41e44, #713852, #2d534c, #1d6253);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bd004b, #a41e44, #713852, #2d534c, #1d6253);
}
Similar color palettes
Scroll down to explore 100+ Burgundy color palettes
Dark Red color palette created on .