i feel crazy but i swear i saw someone do this
i know css has a bunch of pre-defined colors, where you just type color:tomato; and itll automatically know you mean #ff6347, but i thought there was some way to define your own colors? i want to make a few classes that all have the same color text and i know i could just copy/paste it, but i feel like i saw someone somewhere just define their own colors so, say, "my green" was always some specific shade of green not already defined by css alone.
actually now im wondering if i just do body{color:#idfkwhatitwas;} if itll just automatically apply to everything??