Maroon Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Maroon Sunset palette

Share this palette to:

Maroon Sunset color palette PNG image

Download maroon sunset color palette PNG image (landscape)
Download maroon sunset color palette PNG image (square)

Maroon Sunset color palette CSS

/* CSS */
.color-1 {
color: #800000;
}
.color-2 {
color: #9c2b2b;
}
.color-3 {
color: #c44f4f;
}
.color-4 {
color: #d59f6c;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #800000;
--color-2: #9c2b2b;
--color-3: #c44f4f;
--color-4: #d59f6c;
--color-5: #f1c84b;
}

Maroon Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #800000, #9c2b2b, #c44f4f, #d59f6c, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #800000, #9c2b2b, #c44f4f, #d59f6c, #f1c84b);
}

Maroon Sunset color palette created on .