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