Color names in this palette
CSS code for this palette
/* CSS */
.obsidian-lava-black {
color: #3b2d43;
}
.plum-power {
color: #7a5b8b;
}
.lilac-fluff {
color: #c6a4c1;
}
.cream-blush {
color: #f9c69a;
}
.benihi-red {
color: #f15a3b;
}
/* CSS Variables */
:root {
--obsidian-lava-black:#3b2d43;
--plum-power:#7a5b8b;
--lilac-fluff:#c6a4c1;
--cream-blush:#f9c69a;
--benihi-red:#f15a3b;
}