You cannot save anything from the inspector screen. It's just for testing and such. You need to add the code your dashboard CSS.
You'll need something like
#tile-1 {
background-color : rgba (0,255,0,0.78);
}
If you not sure what any of that is, this is great place to start.