Dark Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red palette
Download Dark Red Color Palette (PNG)
Dark Red color palette CSS
/* CSS */
.color-1 {
color: #d60039;
}
.color-2 {
color: #c92c34;
}
.color-3 {
color: #a8503e;
}
.color-4 {
color: #7e793a;
}
.color-5 {
color: #4f883f;
}
/* CSS Variables */
:root {
--color-1: #d60039;
--color-2: #c92c34;
--color-3: #a8503e;
--color-4: #7e793a;
--color-5: #4f883f;
}
Dark Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60039, #c92c34, #a8503e, #7e793a, #4f883f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60039, #c92c34, #a8503e, #7e793a, #4f883f);
}
Similar color palettes
Scroll down to explore 70 Crimson color palettes
Dark Red color palette created on .