70s Boho Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 70s Boho palette
70s Boho color palette PNG image
70s Boho color palette CSS
/* CSS */
.color-1 {
color: #e6b85b;
}
.color-2 {
color: #d46e6f;
}
.color-3 {
color: #a56f9f;
}
.color-4 {
color: #698c5a;
}
.color-5 {
color: #4b9b8a;
}
/* CSS Variables */
:root {
--color-1: #e6b85b;
--color-2: #d46e6f;
--color-3: #a56f9f;
--color-4: #698c5a;
--color-5: #4b9b8a;
}
70s Boho background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b85b, #d46e6f, #a56f9f, #698c5a, #4b9b8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b85b, #d46e6f, #a56f9f, #698c5a, #4b9b8a);
}
Similar color palettes
Scroll down to explore 9 70s color palettes
70s Boho color palette created on .