Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.corralize {
color: #f28b78;
}
.golden-hour {
color: #f5b35b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.zucchini-flower {
color: #e8a94a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--corralize:#f28b78;
--golden-hour:#f5b35b;
--solar-plexus-chakra:#f1c84b;
--zucchini-flower:#e8a94a;
}