Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heath-spotted-orchid {
color: #a05a9b;
}
.grant-village {
color: #6a8faf;
}
.bad-moon-yellow {
color: #f2e5b5;
}
.marigold {
color: #ffc105;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heath-spotted-orchid:#a05a9b;
--grant-village:#6a8faf;
--bad-moon-yellow:#f2e5b5;
--marigold:#ffc105;
}