Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.coral-silk {
color: #f3a67c;
}
.fireglow {
color: #d95e3f;
}
.sweet-brown {
color: #aa3b31;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--apricot-glazed-chicken:#f5a524;
--coral-silk:#f3a67c;
--fireglow:#d95e3f;
--sweet-brown:#aa3b31;
}