Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.outrageous-orange {
color: #ff6947;
}
.blood-burst {
color: #ff4d4d;
}
.yellow-jacket {
color: #ffcb3d;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--solar-plexus-chakra:#f1c84b;
--outrageous-orange:#ff6947;
--blood-burst:#ff4d4d;
--yellow-jacket:#ffcb3d;
}