Color names in this palette
CSS code for this palette
/* CSS */
.star-anise-scent {
color: #a87d4d;
}
.fuegan-orange {
color: #c67a4e;
}
.link-to-the-past {
color: #d3b58d;
}
.mint-circle {
color: #a8cda8;
}
.korean-mint {
color: #5e7d62;
}
/* CSS Variables */
:root {
--star-anise-scent:#a87d4d;
--fuegan-orange:#c67a4e;
--link-to-the-past:#d3b58d;
--mint-circle:#a8cda8;
--korean-mint:#5e7d62;
}