Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.mango-creamsicles {
color: #ffb56b;
}
.peach-crayon {
color: #ffcaa8;
}
.it-s-a-girl {
color: #ffdbe1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--mango-creamsicles:#ffb56b;
--peach-crayon:#ffcaa8;
--it-s-a-girl:#ffdbe1;
}