Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peachy-salmon {
color: #ff9b80;
}
.indian-clay {
color: #f3cebf;
}
.coastal-breeze {
color: #e0f7fa;
}
.gem-silica {
color: #75c79e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peachy-salmon:#ff9b80;
--indian-clay:#f3cebf;
--coastal-breeze:#e0f7fa;
--gem-silica:#75c79e;
}