Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-swirl {
color: #d45e77;
}
.ibis {
color: #f1b1bf;
}
.creamy-lemon {
color: #ffedb3;
}
.cay {
color: #a6d2d3;
}
.cerulean-frost {
color: #6f9ac3;
}
/* CSS Variables */
:root {
--peppermint-swirl:#d45e77;
--ibis:#f1b1bf;
--creamy-lemon:#ffedb3;
--cay:#a6d2d3;
--cerulean-frost:#6f9ac3;
}