Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6d4c8a;
}
.knight-elf {
color: #8c6aaf;
}
.purple-vision {
color: #a49cc9;
}
.wonton-dumpling {
color: #d0a66c;
}
.pyrite {
color: #f6c341;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6d4c8a;
--knight-elf:#8c6aaf;
--purple-vision:#a49cc9;
--wonton-dumpling:#d0a66c;
--pyrite:#f6c341;
}