Color names in this palette
CSS code for this palette
/* CSS */
.what-we-do-in-the-shadows {
color: #3e0f28;
}
.ebizome-purple {
color: #682c4c;
}
.raspberry-patch {
color: #a24e6a;
}
.sugar-tooth {
color: #d68f9f;
}
.petals-unfolding {
color: #f4b8c3;
}
/* CSS Variables */
:root {
--what-we-do-in-the-shadows:#3e0f28;
--ebizome-purple:#682c4c;
--raspberry-patch:#a24e6a;
--sugar-tooth:#d68f9f;
--petals-unfolding:#f4b8c3;
}