|
|
|
|
|
by smoe
1917 days ago
|
|
When I started web dev in the early 2000s, I remember it being recommended to use the named colors because of them being more consistent accross different monitors. Not sure if this was true at all and/or only for the original 16 basic colors. Nonetheless, I kept using them for a while, because I think it makes the css easier to read, when having names (even suboptimal ones) over hex codes. But with the introduction of css preprocessors in the late 2000s that allow defining variables, I have not used them since. |
|