Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.exploding-star {
color: #ffd83d;
}
.lime-lizard {
color: #a3d55d;
}
.vegetation {
color: #5cdb95;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--exploding-star:#ffd83d;
--lime-lizard:#a3d55d;
--vegetation:#5cdb95;
}