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: #3e3c3d;
}
.color-2 {
color: #696d72;
}
.color-3 {
color: #c3d0df;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #b63e46;
}

/* CSS Variables */
:root {
--color-1: #3e3c3d;
--color-2: #696d72;
--color-3: #c3d0df;
--color-4: #f1a8a2;
--color-5: #b63e46;
}

Dark Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3c3d, #696d72, #c3d0df, #f1a8a2, #b63e46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3c3d, #696d72, #c3d0df, #f1a8a2, #b63e46);
}

Dark Red color palette created on .