Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f5d45b;
}
.butterscotch {
color: #f9b248;
}
.highlighter-orange {
color: #f49434;
}
.durotar-fire {
color: #f05e28;
}
.ken-masters-red {
color: #e92b25;
}
/* CSS Variables */
:root {
--wake-me-up:#f5d45b;
--butterscotch:#f9b248;
--highlighter-orange:#f49434;
--durotar-fire:#f05e28;
--ken-masters-red:#e92b25;
}