Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.toxic-orange {
color: #ff5d38;
}
.mandarin-peel {
color: #ff9d00;
}
.peanut-butter-chicken {
color: #ffb861;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--toxic-orange:#ff5d38;
--mandarin-peel:#ff9d00;
--peanut-butter-chicken:#ffb861;
--grapefruit-pulp:#ff6e61;
}