Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.alyssa {
color: #f4e2d7;
}
.southern-belle {
color: #a3d7c4;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--alyssa:#f4e2d7;
--southern-belle:#a3d7c4;
--squash-blossom:#f6b83c;
}