CSS code for this palette
/* CSS */
.atoll {
color: #2e7b7f;
}
.shylock {
color: #5cb7a7;
}
.yucca-cream {
color: #a4d6c8;
}
.lime-bright {
color: #f2e4b0;
}
.mellow-rose {
color: #d9a5a1;
}
/* CSS Variables */
:root {
--atoll:#2e7b7f;
--shylock:#5cb7a7;
--yucca-cream:#a4d6c8;
--lime-bright:#f2e4b0;
--mellow-rose:#d9a5a1;
}