Bamboo Color Palette

Discover the beautiful Bamboo color palette featuring tahuna sands (#f0f1d0), chrome white (#e8edc9), beryl green (#dce3ba), deco (#bfd9a0) and pine glade (#acc888).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Cream, Light, Green, Soft, Earthy, Summer, Nature, Modern, Bright color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Bamboo palette

Share this palette to:

💻 Bamboo color palette CSS

/* CSS */
.color-1 {
color: #f0f1d0;
}
.color-2 {
color: #e8edc9;
}
.color-3 {
color: #dce3ba;
}
.color-4 {
color: #bfd9a0;
}
.color-5 {
color: #acc888;
}

/* CSS Variables */
:root {
--color-1: #f0f1d0;
--color-2: #e8edc9;
--color-3: #dce3ba;
--color-4: #bfd9a0;
--color-5: #acc888;
}

🌈 Bamboo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f1d0, #e8edc9, #dce3ba, #bfd9a0, #acc888);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f1d0, #e8edc9, #dce3ba, #bfd9a0, #acc888);
}

Bamboo color palette created on .