Color names in this palette
CSS code for this palette
/* CSS */
.garish-green {
color: #4abf8c;
}
.deep-fried-sun-rays {
color: #f6c660;
}
.spiced-up-orange {
color: #e57b38;
}
.cherry-race {
color: #a73f39;
}
.concord-jam {
color: #6b5b80;
}
/* CSS Variables */
:root {
--garish-green:#4abf8c;
--deep-fried-sun-rays:#f6c660;
--spiced-up-orange:#e57b38;
--cherry-race:#a73f39;
--concord-jam:#6b5b80;
}