Maroon Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Maroon Sunset palette
Maroon Sunset color palette PNG image
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);
}
Similar color palettes
Maroon Sunset color palette created on .