CSS code for this palette
/* CSS */
.artemis {
color: #d4a66e;
}
.taco {
color: #f3c9b4;
}
.aqua-bay {
color: #b3e0c7;
}
.c-est-la-vie {
color: #88b4e7;
}
.cleopatra-s-gown {
color: #7c4b8b;
}
/* CSS Variables */
:root {
--artemis:#d4a66e;
--taco:#f3c9b4;
--aqua-bay:#b3e0c7;
--c-est-la-vie:#88b4e7;
--cleopatra-s-gown:#7c4b8b;
}