70s Nature Boho Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 70s Nature Boho palette

Share this palette to:

70s Nature Boho color palette CSS

/* CSS */
.color-1 {
color: #7f924f;
}
.color-2 {
color: #adb884;
}
.color-3 {
color: #d5bf85;
}
.color-4 {
color: #d6b057;
}
.color-5 {
color: #bb723a;
}

/* CSS Variables */
:root {
--color-1: #7f924f;
--color-2: #adb884;
--color-3: #d5bf85;
--color-4: #d6b057;
--color-5: #bb723a;
}

70s Nature Boho background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f924f, #adb884, #d5bf85, #d6b057, #bb723a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f924f, #adb884, #d5bf85, #d6b057, #bb723a);
}

70s Nature Boho color palette created on .