Bush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bush palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bush Color Palette (PNG)
Bush color palette CSS
/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #79b25c;
}
.color-3 {
color: #aad86f;
}
.color-4 {
color: #d6e8b5;
}
.color-5 {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #79b25c;
--color-3: #aad86f;
--color-4: #d6e8b5;
--color-5: #f2f2f2;
}
Bush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #79b25c, #aad86f, #d6e8b5, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #79b25c, #aad86f, #d6e8b5, #f2f2f2);
}
Similar color palettes
Bush color palette created on .