Color names in this palette
CSS code for this palette
/* CSS */
.obsidian-lava-black {
color: #3a2c49;
}
.royal-robe {
color: #5e4a7d;
}
.viola-grey {
color: #8b6a9a;
}
.elfin-herb {
color: #ceb2d2;
}
.taffeta-tint {
color: #f4e1ec;
}
/* CSS Variables */
:root {
--obsidian-lava-black:#3a2c49;
--royal-robe:#5e4a7d;
--viola-grey:#8b6a9a;
--elfin-herb:#ceb2d2;
--taffeta-tint:#f4e1ec;
}