Bamboo, Sunflower & Green Tea Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bamboo, Sunflower & Green Tea palette

Share this palette to:

Bamboo, Sunflower & Green Tea color palette PNG image

Download bamboo, sunflower & green tea color palette PNG image (landscape)
Download bamboo, sunflower & green tea color palette PNG image (square)

Bamboo, Sunflower & Green Tea color palette CSS

/* CSS */
.color-1 {
color: #cfe8b0;
}
.color-2 {
color: #f2d36e;
}
.color-3 {
color: #a5c8a2;
}
.color-4 {
color: #a4c3a2;
}
.color-5 {
color: #7e9b55;
}

/* CSS Variables */
:root {
--color-1: #cfe8b0;
--color-2: #f2d36e;
--color-3: #a5c8a2;
--color-4: #a4c3a2;
--color-5: #7e9b55;
}

Bamboo, Sunflower & Green Tea background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfe8b0, #f2d36e, #a5c8a2, #a4c3a2, #7e9b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfe8b0, #f2d36e, #a5c8a2, #a4c3a2, #7e9b55);
}

Bamboo, Sunflower & Green Tea color palette created on .