Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.o-brien-orange {
color: #f3a149;
}
.entan-red {
color: #e76e50;
}
.pink-punch {
color: #d24b69;
}
.heath-spotted-orchid {
color: #a45b9c;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--o-brien-orange:#f3a149;
--entan-red:#e76e50;
--pink-punch:#d24b69;
--heath-spotted-orchid:#a45b9c;
}