Re: [csswg-drafts] [css-color] new predefined colors

No.

If you have a serious need, in your own stylesheets, use CSS variables:

```
--weed-green: hsl(120, 20%, 60%);
div.spliff {
  background: var(--weed-green);
}

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3192#issuecomment-426945535 using your GitHub account

Received on Thursday, 4 October 2018 09:16:14 UTC