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