Imperial Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Imperial Sunset palette

Share this palette to:

Imperial Sunset color palette CSS

/* CSS */
.color-1 {
color: #f6c54c;
}
.color-2 {
color: #d17a29;
}
.color-3 {
color: #a4392d;
}
.color-4 {
color: #6b2e3e;
}
.color-5 {
color: #3b0f4d;
}

/* CSS Variables */
:root {
--color-1: #f6c54c;
--color-2: #d17a29;
--color-3: #a4392d;
--color-4: #6b2e3e;
--color-5: #3b0f4d;
}

Imperial Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c54c, #d17a29, #a4392d, #6b2e3e, #3b0f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c54c, #d17a29, #a4392d, #6b2e3e, #3b0f4d);
}

Imperial Sunset color palette created on .