Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.workout-routine {
color: #ffd48a;
}
.french-vanilla {
color: #f1e2a7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--workout-routine:#ffd48a;
--french-vanilla:#f1e2a7;
--solar-plexus-chakra:#f1c84b;
}