Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.optimistic-yellow {
color: #f6e0a7;
}
.lavender-candy {
color: #f7b1d6;
}
.think-pink {
color: #e5a4c2;
}
.heath-spotted-orchid {
color: #a45b9c;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--optimistic-yellow:#f6e0a7;
--lavender-candy:#f7b1d6;
--think-pink:#e5a4c2;
--heath-spotted-orchid:#a45b9c;
}