It is recommendable to type the color's name instead of its hex value in CSS?

后端 未结 7 1362
南笙
南笙 2020-12-11 02:38

I always forget what colors I\'m dealing with in CSS when I see it hex value. I would like to use the name instead (e.g color: lightgreen). Is it supported by all browsers?

7条回答
  •  温柔的废话
    2020-12-11 03:06

    All colors in rgb.txt are supported by the big browsers, but some may have slightly different definitions. Use the hex code to be safe.

提交回复
热议问题