I have a list of 5 colors in an array ['#fff', '#000', '#cacaca', '#c0c0c0', '#eaeaea'] and I have any input string. How to select a color from a list by string seed?
For example: I want to get the color from this string "MyNameIsMarty" and the color from the list should always be the same for this string.
I read a lot about seeds, but there is no answer for my question.