Hi everyone, I'm currently working on HW4 in CS366 and I am having some trouble figuring out how to pass information using IEnumerable<string> I want it to use the @foreach loop that I have an output hexadecimal values in string form, and also to color divs in the respective colors. Here is images of my code, and also the text in case you want to try running it. I also have a picture of the errors I'm getting, but I'm assuming its because I don't have something to actually iterate through like IEnumerate wants to.
Text file is all my code and errors.