Color names in this palette
CSS code for this palette
/* CSS */
.bamboo-shoot {
color: #a3baa1;
}
.misty-lake {
color: #c2d6c4;
}
.sounds-of-nature {
color: #e0e5d7;
}
.elegant-white {
color: #f5f0e0;
}
.melon-pink {
color: #f2d4c4;
}
/* CSS Variables */
:root {
--bamboo-shoot:#a3baa1;
--misty-lake:#c2d6c4;
--sounds-of-nature:#e0e5d7;
--elegant-white:#f5f0e0;
--melon-pink:#f2d4c4;
}