Color names in this palette
CSS code for this palette
/* CSS */
.afterglow {
color: #f2e2c4;
}
.sheepskin {
color: #d9b58c;
}
.brown-rust {
color: #af5a3c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--afterglow:#f2e2c4;
--sheepskin:#d9b58c;
--brown-rust:#af5a3c;
--grapefruit-pulp:#ff6e61;
--usc-gold:#ffcc00;
}