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