Color names in this palette
CSS code for this palette
/* CSS */
.green-andara {
color: #b0c4a1;
}
.light-dry-lichen {
color: #d3e4d5;
}
.belyi-white {
color: #f0f4e1;
}
.white {
color: #ffffff;
}
.bamboo-shoot {
color: #a4b5a1;
}
/* CSS Variables */
:root {
--green-andara:#b0c4a1;
--light-dry-lichen:#d3e4d5;
--belyi-white:#f0f4e1;
--white:#ffffff;
--bamboo-shoot:#a4b5a1;
}