Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.shocking-orange {
color: #ff6d1f;
}
.cute-crab {
color: #d84143;
}
.true-purple {
color: #6a2c90;
}
.resplendent-growth {
color: #3b8c3c;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--shocking-orange:#ff6d1f;
--cute-crab:#d84143;
--true-purple:#6a2c90;
--resplendent-growth:#3b8c3c;
}