Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.yellow-jacket {
color: #ffc83d;
}
.lime-lizard {
color: #a3d55d;
}
.vegetation {
color: #5cdb95;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--yellow-jacket:#ffc83d;
--lime-lizard:#a3d55d;
--vegetation:#5cdb95;
}