Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.tornado-cloud {
color: #5d5c61;
}
.pickled-ginger {
color: #ffe057;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--apricot-glazed-chicken:#f5a524;
--tornado-cloud:#5d5c61;
--pickled-ginger:#ffe057;
}