Dark Maroon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Maroon palette

Share this palette to:

Dark Maroon color palette CSS

/* CSS */
.color-1 {
color: #682c2d;
}
.color-2 {
color: #8b4b4d;
}
.color-3 {
color: #b86b6e;
}
.color-4 {
color: #d6999a;
}
.color-5 {
color: #f1b1b2;
}

/* CSS Variables */
:root {
--color-1: #682c2d;
--color-2: #8b4b4d;
--color-3: #b86b6e;
--color-4: #d6999a;
--color-5: #f1b1b2;
}

Dark Maroon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c2d, #8b4b4d, #b86b6e, #d6999a, #f1b1b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c2d, #8b4b4d, #b86b6e, #d6999a, #f1b1b2);
}

Dark Maroon color palette created on .