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: #3c0b17;
}
.color-2 {
color: #682c38;
}
.color-3 {
color: #9c494b;
}
.color-4 {
color: #d27b41;
}
.color-5 {
color: #f7c94b;
}

/* CSS Variables */
:root {
--color-1: #3c0b17;
--color-2: #682c38;
--color-3: #9c494b;
--color-4: #d27b41;
--color-5: #f7c94b;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c0b17, #682c38, #9c494b, #d27b41, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c0b17, #682c38, #9c494b, #d27b41, #f7c94b);
}

Similar color palettes

Dark Red color palette created on .