Birds Bees Soil & Trees Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Birds Bees Soil & Trees palette
Birds Bees Soil & Trees color palette PNG image
Birds Bees Soil & Trees color palette CSS
/* CSS */
.color-1 {
color: #8bc34b;
}
.color-2 {
color: #ffec3d;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #795649;
}
.color-5 {
color: #3e2723;
}
/* CSS Variables */
:root {
--color-1: #8bc34b;
--color-2: #ffec3d;
--color-3: #ff9900;
--color-4: #795649;
--color-5: #3e2723;
}
Birds Bees Soil & Trees background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bc34b, #ffec3d, #ff9900, #795649, #3e2723);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bc34b, #ffec3d, #ff9900, #795649, #3e2723);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Birds Bees Soil & Trees color palette created on .