Bamboo Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bamboo Shades palette

Share this palette to:

Bamboo Shades color palette CSS

/* CSS */
.color-1 {
color: #dc6504;
}
.color-2 {
color: #e6a92d;
}
.color-3 {
color: #f2d64a;
}
.color-4 {
color: #a8d86f;
}
.color-5 {
color: #5dbb8b;
}

/* CSS Variables */
:root {
--color-1: #dc6504;
--color-2: #e6a92d;
--color-3: #f2d64a;
--color-4: #a8d86f;
--color-5: #5dbb8b;
}

Bamboo Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc6504, #e6a92d, #f2d64a, #a8d86f, #5dbb8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc6504, #e6a92d, #f2d64a, #a8d86f, #5dbb8b);
}

Bamboo Shades color palette created on .