Color names in this palette
CSS code for this palette
/* CSS */
.hello-darkness-my-old-friend {
color: #7c1f7f;
}
.hyacinth-violet {
color: #9c4f9b;
}
.gul-b-pink {
color: #c172c5;
}
.candy-floss {
color: #e9a5e0;
}
.kissed-by-mist {
color: #f6d0f4;
}
/* CSS Variables */
:root {
--hello-darkness-my-old-friend:#7c1f7f;
--hyacinth-violet:#9c4f9b;
--gul-b-pink:#c172c5;
--candy-floss:#e9a5e0;
--kissed-by-mist:#f6d0f4;
}