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: #3a1d2b;
}
.color-2 {
color: #592c3c;
}
.color-3 {
color: #a0593b;
}
.color-4 {
color: #e79a5a;
}
.color-5 {
color: #f4c10b;
}

/* CSS Variables */
:root {
--color-1: #3a1d2b;
--color-2: #592c3c;
--color-3: #a0593b;
--color-4: #e79a5a;
--color-5: #f4c10b;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a1d2b, #592c3c, #a0593b, #e79a5a, #f4c10b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a1d2b, #592c3c, #a0593b, #e79a5a, #f4c10b);
}

Dark Red color palette created on .