Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.spiced-nectarine {
color: #ffbc70;
}
.acini-di-pepe {
color: #ffd9b3;
}
.sasquatch-socks {
color: #ff4d7f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--spiced-nectarine:#ffbc70;
--acini-di-pepe:#ffd9b3;
--sasquatch-socks:#ff4d7f;
}