Green Bamboo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Bamboo palette

Share this palette to:

Download Green Bamboo Color Palette (PNG)

Download green bamboo color palette PNG image (landscape)
Download green bamboo color palette PNG image (square)

Green Bamboo color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #7ebe9c;
}
.color-3 {
color: #5b9a7f;
}
.color-4 {
color: #3d7b62;
}
.color-5 {
color: #2f5b4c;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #7ebe9c;
--color-3: #5b9a7f;
--color-4: #3d7b62;
--color-5: #2f5b4c;
}

Green Bamboo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #7ebe9c, #5b9a7f, #3d7b62, #2f5b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #7ebe9c, #5b9a7f, #3d7b62, #2f5b4c);
}

Green Bamboo color palette created on .