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: #3c2a2b;
}
.color-2 {
color: #5d4b4e;
}
.color-3 {
color: #7c6a6f;
}
.color-4 {
color: #a68c8e;
}
.color-5 {
color: #d4bfc1;
}

/* CSS Variables */
:root {
--color-1: #3c2a2b;
--color-2: #5d4b4e;
--color-3: #7c6a6f;
--color-4: #a68c8e;
--color-5: #d4bfc1;
}

Dark Maroon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2b, #5d4b4e, #7c6a6f, #a68c8e, #d4bfc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2b, #5d4b4e, #7c6a6f, #a68c8e, #d4bfc1);
}

Dark Maroon color palette created on .