I hope I titled this right.
I thought it would be cool if I can set the background color of table cells by setting the base color for i.e. first cell in a row, and then setting to lighten each next by 20%, by using the nth child formula.
For example, for the 1st cell I set the color to #000 (black), so the 2nd cell is 80% of black, 3rd 60% of black, and so on.
Would this be possible?
Thank you