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