Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9b61;
}
.chanterelles {
color: #ffc370;
}
.chai-latte {
color: #f7c9a1;
}
.purple-paradise {
color: #7c699b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9b61;
--chanterelles:#ffc370;
--chai-latte:#f7c9a1;
--purple-paradise:#7c699b;
}