Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.yellow-jacket {
color: #ffc83d;
}
.windswept {
color: #d3f1f3;
}
.grant-village {
color: #6a8faf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--yellow-jacket:#ffc83d;
--windswept:#d3f1f3;
--grant-village:#6a8faf;
}