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: #1f1f1f;
}
.color-2 {
color: #892a2a;
}
.color-3 {
color: #d53434;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #f9e5b4;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #892a2a;
--color-3: #d53434;
--color-4: #f0a400;
--color-5: #f9e5b4;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #892a2a, #d53434, #f0a400, #f9e5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #892a2a, #d53434, #f0a400, #f9e5b4);
}

Dark Red color palette created on .