Dark Red Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Red Elegance palette

Share this palette to:

Dark Red Elegance color palette CSS

/* CSS */
.color-1 {
color: #5c0f20;
}
.color-2 {
color: #992e3a;
}
.color-3 {
color: #c95e5e;
}
.color-4 {
color: #f7aaa1;
}
.color-5 {
color: #f4c3c3;
}

/* CSS Variables */
:root {
--color-1: #5c0f20;
--color-2: #992e3a;
--color-3: #c95e5e;
--color-4: #f7aaa1;
--color-5: #f4c3c3;
}

Dark Red Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c0f20, #992e3a, #c95e5e, #f7aaa1, #f4c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c0f20, #992e3a, #c95e5e, #f7aaa1, #f4c3c3);
}

Dark Red Elegance color palette created on .