Color names in this palette
CSS code for this palette
/* CSS */
.confectionary {
color: #d1b3d1;
}
.nirvana {
color: #a58d99;
}
.elfin-herb {
color: #cab4d5;
}
.true-purple {
color: #6d2c90;
}
.red-obsession {
color: #b23b2e;
}
/* CSS Variables */
:root {
--confectionary:#d1b3d1;
--nirvana:#a58d99;
--elfin-herb:#cab4d5;
--true-purple:#6d2c90;
--red-obsession:#b23b2e;
}