Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.precious-persimmon {
color: #ff7142;
}
.mandarin-peel {
color: #ff9d00;
}
.nacho-cheese {
color: #ffbb00;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--precious-persimmon:#ff7142;
--mandarin-peel:#ff9d00;
--nacho-cheese:#ffbb00;
--phaser-beam:#ff4d00;
}