Mahogany Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mahogany Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mahogany Sunset Color Palette (PNG)
Mahogany Sunset color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #7e4d3a;
}
.color-3 {
color: #a15d4f;
}
.color-4 {
color: #d59a6c;
}
.color-5 {
color: #f3dd96;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #7e4d3a;
--color-3: #a15d4f;
--color-4: #d59a6c;
--color-5: #f3dd96;
}
Mahogany Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #7e4d3a, #a15d4f, #d59a6c, #f3dd96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #7e4d3a, #a15d4f, #d59a6c, #f3dd96);
}
Similar color palettes
Mahogany Sunset color palette created on .