Yellow Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Sunset palette

Share this palette to:

Download Yellow Sunset Color Palette (PNG)

Download yellow sunset color palette PNG image (landscape)
Download yellow sunset color palette PNG image (square)

Yellow Sunset color palette CSS

/* CSS */
.color-1 {
color: #ffff00;
}
.color-2 {
color: #a8695d;
}
.color-3 {
color: #d1c12e;
}
.color-4 {
color: #f5e29e;
}
.color-5 {
color: #e6b84c;
}

/* CSS Variables */
:root {
--color-1: #ffff00;
--color-2: #a8695d;
--color-3: #d1c12e;
--color-4: #f5e29e;
--color-5: #e6b84c;
}

Yellow Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffff00, #a8695d, #d1c12e, #f5e29e, #e6b84c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffff00, #a8695d, #d1c12e, #f5e29e, #e6b84c);
}

Yellow Sunset color palette created on .