Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.faded-sunlight {
color: #ffce6b;
}
.grape-green {
color: #a7df9f;
}
.peppermint-fresh {
color: #5fbf9c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--faded-sunlight:#ffce6b;
--grape-green:#a7df9f;
--peppermint-fresh:#5fbf9c;
}