1. Go to Versoly - Editor
2. Open the CMS
3. Open the item
4. Check the color you want for this item
5. Add the SVG code into a plain text field
Notice the class="fill-current" in the path
6. Click on Go to Editor
7. Notice the code we added in the wrapper div
v-bind:class="`text-[${feature.color}]`"
where feature is the singular name of the collection, and color is the name of the field in the CMS.