1970s Dinner Party Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 1970s Dinner Party palette
Download 1970s Dinner Party Color Palette (PNG)
1970s Dinner Party color palette CSS
/* CSS */
.color-1 {
color: #e49c21;
}
.color-2 {
color: #d96e20;
}
.color-3 {
color: #b94c27;
}
.color-4 {
color: #8c2b32;
}
.color-5 {
color: #de6c4a;
}
/* CSS Variables */
:root {
--color-1: #e49c21;
--color-2: #d96e20;
--color-3: #b94c27;
--color-4: #8c2b32;
--color-5: #de6c4a;
}
1970s Dinner Party background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e49c21, #d96e20, #b94c27, #8c2b32, #de6c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e49c21, #d96e20, #b94c27, #8c2b32, #de6c4a);
}
Similar color palettes
1970s Dinner Party color palette created on .