Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-spice {
color: #ff9e61;
}
.lingonberry-red {
color: #d24b57;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--solar-plexus-chakra:#f1c84b;
--orange-spice:#ff9e61;
--lingonberry-red:#d24b57;
}