Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-swirl {
color: #d45e7d;
}
.troll-slayer-orange {
color: #f5a34d;
}
.lemon-filling {
color: #f9e7a4;
}
.pistachio-dream {
color: #a4d48c;
}
.azure-blue {
color: #4c96c8;
}
/* CSS Variables */
:root {
--peppermint-swirl:#d45e7d;
--troll-slayer-orange:#f5a34d;
--lemon-filling:#f9e7a4;
--pistachio-dream:#a4d48c;
--azure-blue:#4c96c8;
}