Yellow Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Sunset palette
Yellow Sunset color palette CSS
/* CSS */
.color-1 {
color: #f7d54a;
}
.color-2 {
color: #f9b14e;
}
.color-3 {
color: #f79b55;
}
.color-4 {
color: #f56b7b;
}
.color-5 {
color: #f34f85;
}
/* CSS Variables */
:root {
--color-1: #f7d54a;
--color-2: #f9b14e;
--color-3: #f79b55;
--color-4: #f56b7b;
--color-5: #f34f85;
}
Yellow Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d54a, #f9b14e, #f79b55, #f56b7b, #f34f85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d54a, #f9b14e, #f79b55, #f56b7b, #f34f85);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Yellow Sunset color palette created on .