Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.ride-off-into-the-sunset {
color: #f1d25f;
}
.cheater {
color: #f1b25f;
}
.miami-marmalade {
color: #f78d1d;
}
.celosia-orange {
color: #e76836;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--ride-off-into-the-sunset:#f1d25f;
--cheater:#f1b25f;
--miami-marmalade:#f78d1d;
--celosia-orange:#e76836;
}