Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.giallo {
color: #f2d13a;
}
.king-lime {
color: #abd600;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--giallo:#f2d13a;
--king-lime:#abd600;
--devil-s-grass:#4cae4f;
}