Dark Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Red palette

Share this palette to:

Download Dark Red Color Palette (PNG)

Download dark red color palette PNG image (landscape)
Download dark red color palette PNG image (square)

Dark Red color palette CSS

/* CSS */
.color-1 {
color: #2a2c41;
}
.color-2 {
color: #8e9aaf;
}
.color-3 {
color: #ecf1f3;
}
.color-4 {
color: #ef253c;
}
.color-5 {
color: #d60032;
}

/* CSS Variables */
:root {
--color-1: #2a2c41;
--color-2: #8e9aaf;
--color-3: #ecf1f3;
--color-4: #ef253c;
--color-5: #d60032;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2c41, #8e9aaf, #ecf1f3, #ef253c, #d60032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2c41, #8e9aaf, #ecf1f3, #ef253c, #d60032);
}

Dark Red color palette created on .