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: #fde94e;
}
.color-2 {
color: #f08c00;
}
.color-3 {
color: #d85f0e;
}
.color-4 {
color: #a95b9d;
}
.color-5 {
color: #6a4c94;
}
/* CSS Variables */
:root {
--color-1: #fde94e;
--color-2: #f08c00;
--color-3: #d85f0e;
--color-4: #a95b9d;
--color-5: #6a4c94;
}
Yellow Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde94e, #f08c00, #d85f0e, #a95b9d, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde94e, #f08c00, #d85f0e, #a95b9d, #6a4c94);
}
Similar color palettes
Scroll down to explore 60+ Bright color palettes
Yellow Sunset color palette created on .