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: #290f14;
}
.color-2 {
color: #5b2a34;
}
.color-3 {
color: #9d5c7d;
}
.color-4 {
color: #e2a7b9;
}
.color-5 {
color: #f5e8e0;
}

/* CSS Variables */
:root {
--color-1: #290f14;
--color-2: #5b2a34;
--color-3: #9d5c7d;
--color-4: #e2a7b9;
--color-5: #f5e8e0;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #290f14, #5b2a34, #9d5c7d, #e2a7b9, #f5e8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #290f14, #5b2a34, #9d5c7d, #e2a7b9, #f5e8e0);
}

Dark Red color palette created on .