Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.peach-orange {
color: #ffcf99;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.slate-blue {
color: #5c7d99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--peach-orange:#ffcf99;
--touch-of-turquoise:#a2d7cf;
--slate-blue:#5c7d99;
}