Bush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bush palette

Share this palette to:

Download Bush Color Palette (PNG)

Download bush color palette PNG image (landscape)
Download bush color palette PNG image (square)

Bush color palette CSS

/* CSS */
.color-1 {
color: #4a7a3e;
}
.color-2 {
color: #69bf4a;
}
.color-3 {
color: #98d56c;
}
.color-4 {
color: #c5e6a7;
}
.color-5 {
color: #f0f4e6;
}

/* CSS Variables */
:root {
--color-1: #4a7a3e;
--color-2: #69bf4a;
--color-3: #98d56c;
--color-4: #c5e6a7;
--color-5: #f0f4e6;
}

Bush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7a3e, #69bf4a, #98d56c, #c5e6a7, #f0f4e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7a3e, #69bf4a, #98d56c, #c5e6a7, #f0f4e6);
}

Bush color palette created on .