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: #d9c478;
}
.color-2 {
color: #c0e6a3;
}
.color-3 {
color: #a2d7b9;
}
.color-4 {
color: #4abf9c;
}
.color-5 {
color: #2a7e6f;
}

/* CSS Variables */
:root {
--color-1: #d9c478;
--color-2: #c0e6a3;
--color-3: #a2d7b9;
--color-4: #4abf9c;
--color-5: #2a7e6f;
}

Green Bamboo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c478, #c0e6a3, #a2d7b9, #4abf9c, #2a7e6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c478, #c0e6a3, #a2d7b9, #4abf9c, #2a7e6f);
}

Green Bamboo color palette created on .