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: #c65d7b;
}
.color-2 {
color: #a14f6d;
}
.color-3 {
color: #7a3e5b;
}
.color-4 {
color: #4a2b3e;
}
.color-5 {
color: #2e1a28;
}

/* CSS Variables */
:root {
--color-1: #c65d7b;
--color-2: #a14f6d;
--color-3: #7a3e5b;
--color-4: #4a2b3e;
--color-5: #2e1a28;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65d7b, #a14f6d, #7a3e5b, #4a2b3e, #2e1a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65d7b, #a14f6d, #7a3e5b, #4a2b3e, #2e1a28);
}

Dark Red color palette created on .