Releases

Radix Colors releases and changelog.

2.1.0

  • Add ruby, iris, and jade scales

2.0.1

  • Fix some of the dark a2 colors being too opaque.

2.0.0

  • [Breaking] A complete rework of all colors, dramatically improving contrast across the board.

1.0.0

  • [Breaking] CSS variables were changed to use the hyphen-separated naming:
    • gray1gray-1
    • grayA1gray-a1
  • [Breaking] CSS file names were changed to use the hyphen-separated naming:
    • gray.cssgray.css
    • grayA.cssgray-alpha.css
    • grayDark.cssgray-dark.css
    • grayDarkA.cssgray-dark-alpha.css

0.1.9

  • Apply light scale CSS variables to .light-theme class in addition to the :root element.