Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.yellow-jacket {
color: #ffcb3d;
}
.green-gooseberry {
color: #b1e0a4;
}
.blue-jeans {
color: #60aff0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--yellow-jacket:#ffcb3d;
--green-gooseberry:#b1e0a4;
--blue-jeans:#60aff0;
}