Color names in this palette
CSS code for this palette
/* CSS */
.rucksack-tan {
color: #f0b505;
}
.firecracker {
color: #f1693b;
}
.munch-on-melon {
color: #f33f60;
}
.bodacious {
color: #b15da0;
}
.cleopatra-s-gown {
color: #7b4b8b;
}
/* CSS Variables */
:root {
--rucksack-tan:#f0b505;
--firecracker:#f1693b;
--munch-on-melon:#f33f60;
--bodacious:#b15da0;
--cleopatra-s-gown:#7b4b8b;
}