Color names in this palette
CSS code for this palette
/* CSS */
.buttery-salmon {
color: #ffb19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.coquelicot {
color: #ff3c00;
}
.vampire-red {
color: #d63f2e;
}
.jaipur {
color: #a63326;
}
/* CSS Variables */
:root {
--buttery-salmon:#ffb19e;
--grapefruit-pulp:#ff6e61;
--coquelicot:#ff3c00;
--vampire-red:#d63f2e;
--jaipur:#a63326;
}