Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.meadowbrook {
color: #5da1a2;
}
.egyptian-violet {
color: #3d4b71;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--grapefruit-pulp:#ff6e61;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--meadowbrook:#5da1a2;
--egyptian-violet:#3d4b71;
}