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: #9d6269;
}
.color-2 {
color: #d9bac5;
}
.color-3 {
color: #5d7279;
}
.color-4 {
color: #c4b17e;
}
.color-5 {
color: #a28d44;
}

/* CSS Variables */
:root {
--color-1: #9d6269;
--color-2: #d9bac5;
--color-3: #5d7279;
--color-4: #c4b17e;
--color-5: #a28d44;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d6269, #d9bac5, #5d7279, #c4b17e, #a28d44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d6269, #d9bac5, #5d7279, #c4b17e, #a28d44);
}

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 .