Color names in this palette
CSS code for this palette
/* CSS */
.hello-darkness-my-old-friend {
color: #7c1e85;
}
.prickly-purple {
color: #a35db6;
}
.barely-bloomed {
color: #daaae4;
}
.syndicalist {
color: #f5c400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--hello-darkness-my-old-friend:#7c1e85;
--prickly-purple:#a35db6;
--barely-bloomed:#daaae4;
--syndicalist:#f5c400;
--grapefruit-pulp:#ff6e61;
}