Maroon Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Maroon Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Maroon Sunset Color Palette (PNG)
Maroon Sunset color palette CSS
/* CSS */
.color-1 {
color: #3d1a1a;
}
.color-2 {
color: #6a2929;
}
.color-3 {
color: #9b4b4b;
}
.color-4 {
color: #c87979;
}
.color-5 {
color: #e3b5b5;
}
/* CSS Variables */
:root {
--color-1: #3d1a1a;
--color-2: #6a2929;
--color-3: #9b4b4b;
--color-4: #c87979;
--color-5: #e3b5b5;
}
Maroon Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1a1a, #6a2929, #9b4b4b, #c87979, #e3b5b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1a1a, #6a2929, #9b4b4b, #c87979, #e3b5b5);
}
Similar color palettes
Maroon Sunset color palette created on .