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: #d1003f;
}
.color-2 {
color: #f0284a;
}
.color-3 {
color: #f8a520;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #4d3d3e;
}

/* CSS Variables */
:root {
--color-1: #d1003f;
--color-2: #f0284a;
--color-3: #f8a520;
--color-4: #f4cf3e;
--color-5: #4d3d3e;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1003f, #f0284a, #f8a520, #f4cf3e, #4d3d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1003f, #f0284a, #f8a520, #f4cf3e, #4d3d3e);
}

Dark Red color palette created on .