Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.buttery-salmon {
color: #ffb19e;
}
.light-quilt {
color: #ffe2d6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.strawberry-avalanche {
color: #f14b3b;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--buttery-salmon:#ffb19e;
--light-quilt:#ffe2d6;
--grapefruit-pulp:#ff6e61;
--strawberry-avalanche:#f14b3b;
}