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: #f6d55a;
}
.color-2 {
color: #f9a41a;
}
.color-3 {
color: #d74f19;
}
.color-4 {
color: #9c2b2b;
}
.color-5 {
color: #3c6d90;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f9a41a;
--color-3: #d74f19;
--color-4: #9c2b2b;
--color-5: #3c6d90;
}

Yellow Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f9a41a, #d74f19, #9c2b2b, #3c6d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f9a41a, #d74f19, #9c2b2b, #3c6d90);
}

Yellow Sunset color palette created on .