Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.buttery-salmon {
color: #ffb19e;
}
.simply-delicious {
color: #ffd1c2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.highlighter-pink {
color: #e65b7b;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--buttery-salmon:#ffb19e;
--simply-delicious:#ffd1c2;
--grapefruit-pulp:#ff6e61;
--highlighter-pink:#e65b7b;
}