Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-pie {
color: #a9c6c2;
}
.wingsuit-wind {
color: #b8d5d3;
}
.fresh-day {
color: #dfe7e5;
}
.the-speed-of-light {
color: #f5f3ef;
}
.old-flame {
color: #f2b8b5;
}
/* CSS Variables */
:root {
--peppermint-pie:#a9c6c2;
--wingsuit-wind:#b8d5d3;
--fresh-day:#dfe7e5;
--the-speed-of-light:#f5f3ef;
--old-flame:#f2b8b5;
}