Snippets Collections
:root{
  --blue:#09f;
  --light:color-mix(in srgb, var(--blue), red 50%);
}
.text{
  font-size:100px;
  color:var(--light);
}
star

Fri Mar 29 2024 13:48:49 GMT+0000 (Coordinated Universal Time)

#color-mix

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension