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: #1c1c3b;
}
.color-2 {
color: #4d3c4e;
}
.color-3 {
color: #7d4f4f;
}
.color-4 {
color: #bf5d36;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #4d3c4e;
--color-3: #7d4f4f;
--color-4: #bf5d36;
--color-5: #f0a800;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #4d3c4e, #7d4f4f, #bf5d36, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #4d3c4e, #7d4f4f, #bf5d36, #f0a800);
}

Dark Red color palette created on .