Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.yellow-jacket {
color: #ffc83d;
}
.eerie-glow {
color: #a7d7b8;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--yellow-jacket:#ffc83d;
--eerie-glow:#a7d7b8;
--just-a-fairytale:#6b5b95;
}