Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.yellow-jacket {
color: #ffc83d;
}
.anna-banana {
color: #f7d74b;
}
.lolly-ice {
color: #a6d8d4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--yellow-jacket:#ffc83d;
--anna-banana:#f7d74b;
--lolly-ice:#a6d8d4;
}