Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b2a1;
}
.curd {
color: #f9e1b9;
}
.light-blue-glint {
color: #a8d4e1;
}
.opalescent {
color: #3c94c3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b2a1;
--curd:#f9e1b9;
--light-blue-glint:#a8d4e1;
--opalescent:#3c94c3;
}