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: #4a0d2b;
}
.color-2 {
color: #6d3c4a;
}
.color-3 {
color: #a77b8e;
}
.color-4 {
color: #d1b3c8;
}
.color-5 {
color: #f5e0e6;
}

/* CSS Variables */
:root {
--color-1: #4a0d2b;
--color-2: #6d3c4a;
--color-3: #a77b8e;
--color-4: #d1b3c8;
--color-5: #f5e0e6;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0d2b, #6d3c4a, #a77b8e, #d1b3c8, #f5e0e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0d2b, #6d3c4a, #a77b8e, #d1b3c8, #f5e0e6);
}

Dark Red color palette created on .