Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.westfall-yellow {
color: #f9d64e;
}
.green-gooseberry {
color: #b0df9f;
}
.salt-lake {
color: #6fc5d3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--westfall-yellow:#f9d64e;
--green-gooseberry:#b0df9f;
--salt-lake:#6fc5d3;
}