Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.flash-in-the-pan {
color: #ff9a75;
}
.desert-sunrise {
color: #ffb68f;
}
.lady-banksia {
color: #ffe6a8;
}
.yellow-urn-orchid {
color: #ffffd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--flash-in-the-pan:#ff9a75;
--desert-sunrise:#ffb68f;
--lady-banksia:#ffe6a8;
--yellow-urn-orchid:#ffffd1;
}