Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #d7a6e3;
}
.pretty-in-plum {
color: #c5598d;
}
.squash-blossom {
color: #f6b83c;
}
.expressionism-green {
color: #4fbf9a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--barely-bloomed:#d7a6e3;
--pretty-in-plum:#c5598d;
--squash-blossom:#f6b83c;
--expressionism-green:#4fbf9a;
--grapefruit-pulp:#ff6e61;
}