Spicy Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spicy Sunset palette

Share this palette to:

Spicy Sunset color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #d36d0d;
}
.color-3 {
color: #a13f12;
}
.color-4 {
color: #701f20;
}
.color-5 {
color: #3c0b17;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #d36d0d;
--color-3: #a13f12;
--color-4: #701f20;
--color-5: #3c0b17;
}

Spicy Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #d36d0d, #a13f12, #701f20, #3c0b17);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #d36d0d, #a13f12, #701f20, #3c0b17);
}

Spicy Sunset color palette created on .