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

后端 未结 7 1363
南笙
南笙 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:00

    I'll prefer the hex value since it is supported by all browsers and I can specify wide range of colors than the named colors.

提交回复
热议问题