Dirt/Ground/Rock effect in CSS [closed]

I have to create a map for my game;
The problem is that the map is an array with 100×100 spots. If i use an Image and load it into every cell, it makes the game very memory intensive and slow.

Any way i can use CSS to speed it up? Im looking for a ground/rocks/dirt effect for my map. Has anyone made one before?