CSS code for this palette
/* CSS */
.blue-chill {
color: #3b8b8c;
}
.dexter {
color: #6ab1b4;
}
.everest {
color: #a2e1e2;
}
.flan {
color: #f7e5b1;
}
.fresh-cantaloupe {
color: #ff9e66;
}
/* CSS Variables */
:root {
--blue-chill:#3b8b8c;
--dexter:#6ab1b4;
--everest:#a2e1e2;
--flan:#f7e5b1;
--fresh-cantaloupe:#ff9e66;
}