Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f5d03d;
}
.troll-slayer-orange {
color: #f0a14c;
}
.strawberry-avalanche {
color: #f14b3b;
}
.kirby {
color: #d7508f;
}
.purple-plum {
color: #9c4fba;
}
/* CSS Variables */
:root {
--marigold-dust:#f5d03d;
--troll-slayer-orange:#f0a14c;
--strawberry-avalanche:#f14b3b;
--kirby:#d7508f;
--purple-plum:#9c4fba;
}