Color names in this palette
CSS code for this palette
/* CSS */
.scented-spring {
color: #f3d2f4;
}
.herb-robert {
color: #d7a4df;
}
.rich-lavender {
color: #a86dd0;
}
.skeletor-s-cape {
color: #6f2c9b;
}
.obsidian-shell {
color: #3d0c6e;
}
/* CSS Variables */
:root {
--scented-spring:#f3d2f4;
--herb-robert:#d7a4df;
--rich-lavender:#a86dd0;
--skeletor-s-cape:#6f2c9b;
--obsidian-shell:#3d0c6e;
}