Yellow Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Sunset palette

Share this palette to:

Yellow Sunset color palette CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #d60000;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d2e;
--color-3: #ff3c00;
--color-4: #ffb300;
--color-5: #d60000;
}

Yellow Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d2e, #ff3c00, #ffb300, #d60000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d2e, #ff3c00, #ffb300, #d60000);
}

Yellow Sunset color palette created on .