Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f0b400;
}
.precious-persimmon {
color: #ff7142;
}
.phoenix-flames {
color: #ff9c1a;
}
.citrus-splash {
color: #ffc300;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--american-yellow:#f0b400;
--precious-persimmon:#ff7142;
--phoenix-flames:#ff9c1a;
--citrus-splash:#ffc300;
--phaser-beam:#ff4d00;
}