Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.salmon-orange {
color: #ff8b6b;
}
.isn-t-it-just-peachy {
color: #ffb47a;
}
.south-shore-sun {
color: #ffdb9e;
}
.spring-buttercup {
color: #fff5c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--salmon-orange:#ff8b6b;
--isn-t-it-just-peachy:#ffb47a;
--south-shore-sun:#ffdb9e;
--spring-buttercup:#fff5c2;
}