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: #cfd520;
}
.color-2 {
color: #d59f20;
}
.color-3 {
color: #d55c20;
}
.color-4 {
color: #d59c20;
}
.color-5 {
color: #d57720;
}
/* CSS Variables */
:root {
--color-1: #cfd520;
--color-2: #d59f20;
--color-3: #d55c20;
--color-4: #d59c20;
--color-5: #d57720;
}
Yellow Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfd520, #d59f20, #d55c20, #d59c20, #d57720);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfd520, #d59f20, #d55c20, #d59c20, #d57720);
}
Similar color palettes
Yellow Sunset color palette created on .