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: #b31e37;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f4e09a;
}
.color-5 {
color: #8dc7e2;
}

/* CSS Variables */
:root {
--color-1: #b31e37;
--color-2: #f05a28;
--color-3: #fab700;
--color-4: #f4e09a;
--color-5: #8dc7e2;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b31e37, #f05a28, #fab700, #f4e09a, #8dc7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b31e37, #f05a28, #fab700, #f4e09a, #8dc7e2);
}

Dark Red color palette created on .