Springfield Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Springfield Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Springfield Sunset Color Palette (PNG)
Springfield Sunset color palette CSS
/* CSS */
.color-1 {
color: #f7c750;
}
.color-2 {
color: #e5a82e;
}
.color-3 {
color: #d65b2e;
}
.color-4 {
color: #5d8cc0;
}
.color-5 {
color: #f0a3a5;
}
/* CSS Variables */
:root {
--color-1: #f7c750;
--color-2: #e5a82e;
--color-3: #d65b2e;
--color-4: #5d8cc0;
--color-5: #f0a3a5;
}
Springfield Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c750, #e5a82e, #d65b2e, #5d8cc0, #f0a3a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c750, #e5a82e, #d65b2e, #5d8cc0, #f0a3a5);
}
Similar color palettes
Springfield Sunset color palette created on .