Color names in this palette
CSS code for this palette
/* CSS */
.marigold {
color: #ffc105;
}
.shocking-orange {
color: #ff6d1f;
}
.chinese-new-year {
color: #ff2e62;
}
.moth-orchid {
color: #d6006f;
}
.nebula-outpost {
color: #8c24a8;
}
/* CSS Variables */
:root {
--marigold:#ffc105;
--shocking-orange:#ff6d1f;
--chinese-new-year:#ff2e62;
--moth-orchid:#d6006f;
--nebula-outpost:#8c24a8;
}