Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.quiche-lorraine {
color: #ffd770;
}
.smooth-satin {
color: #a2d7d5;
}
.fennel-flower {
color: #6b9cff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9a6b;
--quiche-lorraine:#ffd770;
--smooth-satin:#a2d7d5;
--fennel-flower:#6b9cff;
}