Hey!
- Can someone explain to me what is the point of adding 10 shades of a color? Why is that important?
2)Let's say that I want '#333' to be my primary color (brand color)
- Should I generate 10 shades of this color, add it to colors as "brand" and then specify:
primaryColor: "brand.0"? - Or should I add this color under other like this:
theme.other.brand
I can obviously do both, but what's the right way to do it and why?