Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.grapefruit-pulp {
color: #ff6e61;
}
.rosey-afterglow {
color: #f9c8cb;
}
.portofino {
color: #f5f29e;
}
.maiden-voyage {
color: #89c8d1;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--grapefruit-pulp:#ff6e61;
--rosey-afterglow:#f9c8cb;
--portofino:#f5f29e;
--maiden-voyage:#89c8d1;
}