Upgrading colors to HD on the web – Bram.us

PHOTO EMBED

Thu Oct 20 2022 08:16:06 GMT+0000 (Coordinated Universal Time)

Saved by @MiaFolio #css #color #fallback

@supports(background: color(display-p3 1 1 1)) {
  :root {
    --hotterpink: color(display-p3 1 0 0.87);
  }
}

:root {
  --hotpink: var(--hotterpink, hotpink);
}
content_copyCOPY

fallback

https://www.bram.us/2022/10/13/upgrading-colors-to-hd-on-the-web/?utm_source