60s Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 60s Sunshine palette
Color Inspiration
Images that showcase this color palette in real designs
Download 60s Sunshine Color Palette (PNG)
60s Sunshine color palette CSS
/* CSS */
.color-1 {
color: #fccf1d;
}
.color-2 {
color: #fcaa1d;
}
.color-3 {
color: #f79022;
}
.color-4 {
color: #f76222;
}
.color-5 {
color: #f63c28;
}
/* CSS Variables */
:root {
--color-1: #fccf1d;
--color-2: #fcaa1d;
--color-3: #f79022;
--color-4: #f76222;
--color-5: #f63c28;
}
60s Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fccf1d, #fcaa1d, #f79022, #f76222, #f63c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fccf1d, #fcaa1d, #f79022, #f76222, #f63c28);
}
Similar color palettes
60s Sunshine color palette created on .