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: #1c1e22;
}
.color-2 {
color: #4a4d54;
}
.color-3 {
color: #a1a9aa;
}
.color-4 {
color: #e2e7e9;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #1c1e22;
--color-2: #4a4d54;
--color-3: #a1a9aa;
--color-4: #e2e7e9;
--color-5: #ff4d4d;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e22, #4a4d54, #a1a9aa, #e2e7e9, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e22, #4a4d54, #a1a9aa, #e2e7e9, #ff4d4d);
}

Dark Red color palette created on .