60s Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 60s Sunshine palette
60s Sunshine color palette PNG image
60s Sunshine color palette CSS
/* CSS */
.color-1 {
color: #e6b147;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #d68f00;
}
.color-5 {
color: #9e6c00;
}
/* CSS Variables */
:root {
--color-1: #e6b147;
--color-2: #f5a524;
--color-3: #f0a800;
--color-4: #d68f00;
--color-5: #9e6c00;
}
60s Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b147, #f5a524, #f0a800, #d68f00, #9e6c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b147, #f5a524, #f0a800, #d68f00, #9e6c00);
}
Similar color palettes
60s Sunshine color palette created on .