Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-swirl {
color: #d45e7d;
}
.rozowy-pink {
color: #f1a7b8;
}
.cheater {
color: #f3b25e;
}
.durango-dust {
color: #f9e49f;
}
.sea-rover {
color: #a3cfe0;
}
/* CSS Variables */
:root {
--peppermint-swirl:#d45e7d;
--rozowy-pink:#f1a7b8;
--cheater:#f3b25e;
--durango-dust:#f9e49f;
--sea-rover:#a3cfe0;
}