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: #4a0d23;
}
.color-2 {
color: #7c2d3a;
}
.color-3 {
color: #b74e58;
}
.color-4 {
color: #ef684d;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #4a0d23;
--color-2: #7c2d3a;
--color-3: #b74e58;
--color-4: #ef684d;
--color-5: #ffb84d;
}
Dark Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0d23, #7c2d3a, #b74e58, #ef684d, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0d23, #7c2d3a, #b74e58, #ef684d, #ffb84d);
}
Similar color palettes
Dark Red color palette created on .