Merchant's Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Merchant's Sunset palette
Merchant's Sunset color palette PNG image
Merchant's Sunset color palette CSS
/* CSS */
.color-1 {
color: #ebc119;
}
.color-2 {
color: #e07e2e;
}
.color-3 {
color: #c85209;
}
.color-4 {
color: #ba3f36;
}
.color-5 {
color: #8646b4;
}
/* CSS Variables */
:root {
--color-1: #ebc119;
--color-2: #e07e2e;
--color-3: #c85209;
--color-4: #ba3f36;
--color-5: #8646b4;
}
Merchant's Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebc119, #e07e2e, #c85209, #ba3f36, #8646b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebc119, #e07e2e, #c85209, #ba3f36, #8646b4);
}
Similar color palettes
Merchant's Sunset color palette created on .