Clippy
CSS
color-mix(in srgb, red 25%, blue)
CSS x JS
- change custom property on
:root/html:document.documentElement.style.setProperty(--var-name, val)
color-mix(in srgb, red 25%, blue):root/html: document.documentElement.style.setProperty(--var-name, val)