Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f6a7d2;
}
.buttery-croissant {
color: #f5e29e;
}
.green-trance {
color: #9fd6a1;
}
.mystic-tulip {
color: #f7b5a1;
}
.fresh-cantaloupe {
color: #ff9e66;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f6a7d2;
--buttery-croissant:#f5e29e;
--green-trance:#9fd6a1;
--mystic-tulip:#f7b5a1;
--fresh-cantaloupe:#ff9e66;
}