Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.salmon-orange {
color: #ff906b;
}
.pallid-orange {
color: #ffba9e;
}
.august-morning {
color: #ffd79e;
}
.sand-muffin {
color: #ffe1c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--salmon-orange:#ff906b;
--pallid-orange:#ffba9e;
--august-morning:#ffd79e;
--sand-muffin:#ffe1c2;
}