Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.neon-light {
color: #ffde5c;
}
.venetian-yellow {
color: #f6e6a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--fresh-cantaloupe:#ff9e66;
--neon-light:#ffde5c;
--venetian-yellow:#f6e6a2;
--grapefruit-pulp:#ff6e61;
}