Color names in this palette
CSS code for this palette
/* CSS */
.bamboo-shoot {
color: #a4b5a1;
}
.misty-lake {
color: #c2d6c6;
}
.frosted-mint {
color: #e3f2e5;
}
.almond-kiss {
color: #f7e3d4;
}
.brain-pink {
color: #f1b1b1;
}
/* CSS Variables */
:root {
--bamboo-shoot:#a4b5a1;
--misty-lake:#c2d6c6;
--frosted-mint:#e3f2e5;
--almond-kiss:#f7e3d4;
--brain-pink:#f1b1b1;
}