Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.orange-juice {
color: #ff8000;
}
.prometheus-orange {
color: #f15a22;
}
.phaser-beam {
color: #ff4d00;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--orange-juice:#ff8000;
--prometheus-orange:#f15a22;
--phaser-beam:#ff4d00;
--coquelicot:#ff3c00;
}