Autumn Maroon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Maroon palette
Autumn Maroon color palette PNG image
Autumn Maroon color palette CSS
/* CSS */
.color-1 {
color: #793e3e;
}
.color-2 {
color: #b76c6c;
}
.color-3 {
color: #e8a1a1;
}
.color-4 {
color: #f1c1c1;
}
.color-5 {
color: #fccfcf;
}
/* CSS Variables */
:root {
--color-1: #793e3e;
--color-2: #b76c6c;
--color-3: #e8a1a1;
--color-4: #f1c1c1;
--color-5: #fccfcf;
}
Autumn Maroon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #793e3e, #b76c6c, #e8a1a1, #f1c1c1, #fccfcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #793e3e, #b76c6c, #e8a1a1, #f1c1c1, #fccfcf);
}
Similar color palettes
Scroll down to explore 10+ Autumn color palettes
Autumn Maroon color palette created on .