Sunset Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Yellow palette
Sunset Yellow color palette CSS
/* CSS */
.color-1 {
color: #f8c76d;
}
.color-2 {
color: #f8a85d;
}
.color-3 {
color: #f89b4f;
}
.color-4 {
color: #f78c3b;
}
.color-5 {
color: #f77d2b;
}
/* CSS Variables */
:root {
--color-1: #f8c76d;
--color-2: #f8a85d;
--color-3: #f89b4f;
--color-4: #f78c3b;
--color-5: #f77d2b;
}
Sunset Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c76d, #f8a85d, #f89b4f, #f78c3b, #f77d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c76d, #f8a85d, #f89b4f, #f78c3b, #f77d2b);
}
Similar color palettes
Sunset Yellow color palette created on .