Color names in this palette
CSS code for this palette
/* CSS */
.sugar-rush {
color: #d85f9c;
}
.tickled-pink {
color: #f0a8c2;
}
.follow-the-leader {
color: #f6e6d0;
}
.cakepop-sorbet {
color: #f8c449;
}
.mandarin-orange {
color: #f16c3b;
}
/* CSS Variables */
:root {
--sugar-rush:#d85f9c;
--tickled-pink:#f0a8c2;
--follow-the-leader:#f6e6d0;
--cakepop-sorbet:#f8c449;
--mandarin-orange:#f16c3b;
}