Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.wintergreen-shadow {
color: #4b9b7f;
}
.x-marks-the-spot {
color: #e34a4a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--solar-plexus-chakra:#f1c84b;
--wintergreen-shadow:#4b9b7f;
--x-marks-the-spot:#e34a4a;
}