Dark Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Red palette

Share this palette to:

Dark Red color palette CSS

/* CSS */
.color-1 {
color: #4b0c0c;
}
.color-2 {
color: #6c1e1e;
}
.color-3 {
color: #913b3b;
}
.color-4 {
color: #b65454;
}
.color-5 {
color: #d96868;
}

/* CSS Variables */
:root {
--color-1: #4b0c0c;
--color-2: #6c1e1e;
--color-3: #913b3b;
--color-4: #b65454;
--color-5: #d96868;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0c0c, #6c1e1e, #913b3b, #b65454, #d96868);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0c0c, #6c1e1e, #913b3b, #b65454, #d96868);
}

Dark Red color palette created on .