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: #5e2b30;
}
.color-2 {
color: #89393c;
}
.color-3 {
color: #b65f5d;
}
.color-4 {
color: #d89b8d;
}
.color-5 {
color: #f4c2b3;
}

/* CSS Variables */
:root {
--color-1: #5e2b30;
--color-2: #89393c;
--color-3: #b65f5d;
--color-4: #d89b8d;
--color-5: #f4c2b3;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b30, #89393c, #b65f5d, #d89b8d, #f4c2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b30, #89393c, #b65f5d, #d89b8d, #f4c2b3);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Dark Red color palette created on .