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: #090613;
}
.color-2 {
color: #1c132a;
}
.color-3 {
color: #52150f;
}
.color-4 {
color: #73100d;
}
.color-5 {
color: #861409;
}

/* CSS Variables */
:root {
--color-1: #090613;
--color-2: #1c132a;
--color-3: #52150f;
--color-4: #73100d;
--color-5: #861409;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #090613, #1c132a, #52150f, #73100d, #861409);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #090613, #1c132a, #52150f, #73100d, #861409);
}

Dark Red color palette created on .