Bamboo Serenity Color Palette
Discover the beautiful Bamboo Serenity color palette featuring zombie (#e6d1a2), bison hide (#c2b8a3), swamp green (#9dbf8d), glade green (#5b805e) and lunar green (#3d4e3b).
Brightness
Saturation
Warmth
💡 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 Serenity palette
💻 Bamboo Serenity color palette CSS
/* CSS */
.color-1 {
color: #e6d1a2;
}
.color-2 {
color: #c2b8a3;
}
.color-3 {
color: #9dbf8d;
}
.color-4 {
color: #5b805e;
}
.color-5 {
color: #3d4e3b;
}
/* CSS Variables */
:root {
--color-1: #e6d1a2;
--color-2: #c2b8a3;
--color-3: #9dbf8d;
--color-4: #5b805e;
--color-5: #3d4e3b;
} 🌈 Bamboo Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d1a2, #c2b8a3, #9dbf8d, #5b805e, #3d4e3b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d1a2, #c2b8a3, #9dbf8d, #5b805e, #3d4e3b);
} 🔗 Explore similar color palettes
Bamboo Serenity color palette created on .