Color names in this palette
CSS code for this palette
/* CSS */
.buttery-salmon {
color: #ffb19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coquelicot {
color: #ff3c00;
}
.flame-of-prometheus {
color: #d63900;
}
.dropped-brick {
color: #bd2c00;
}
/* CSS Variables */
:root {
--buttery-salmon:#ffb19e;
--grapefruit-pulp:#ff6e61;
--coquelicot:#ff3c00;
--flame-of-prometheus:#d63900;
--dropped-brick:#bd2c00;
}