Bamboo Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bamboo Serenity palette
Download Bamboo Serenity Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 10+ Japanese color palettes
Bamboo Serenity color palette created on .