Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.kin-gold {
color: #f59b00;
}
.mee-hua-sunset {
color: #f07800;
}
.spanish-orange {
color: #e65c00;
}
.torii-red {
color: #d64000;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--kin-gold:#f59b00;
--mee-hua-sunset:#f07800;
--spanish-orange:#e65c00;
--torii-red:#d64000;
}