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: #f5b800;
}
.color-2 {
color: #f5e900;
}
.color-3 {
color: #fac400;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #f5b800;
--color-2: #f5e900;
--color-3: #fac400;
--color-4: #ff6d1f;
--color-5: #e63746;
}

Yellow Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b800, #f5e900, #fac400, #ff6d1f, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b800, #f5e900, #fac400, #ff6d1f, #e63746);
}

Yellow Sunset color palette created on .