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: #fff49e;
}
.color-2 {
color: #f9d57b;
}
.color-3 {
color: #f1b341;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #a94c32;
}

/* CSS Variables */
:root {
--color-1: #fff49e;
--color-2: #f9d57b;
--color-3: #f1b341;
--color-4: #d63f2e;
--color-5: #a94c32;
}

Yellow Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff49e, #f9d57b, #f1b341, #d63f2e, #a94c32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff49e, #f9d57b, #f1b341, #d63f2e, #a94c32);
}

Yellow Sunset color palette created on .