--color-black
--color-white
--color-grey-lightest
--color-grey-lighter
--color-grey-light
--color-grey-medium
--color-grey-dark
--color-grey-darker
--color-grey-darkest
--color-blue
Based on Tailwind CSS slate 300-900.
grey-lightest → grey-darkest
grey-lightest
grey-darkest
Based on Tailwind CSS slate 50-300, 800-950.
Users must define the following variables:
--color-primary
--color-accent
--- style: | :root { --color-primary: #3b91c4; --color-accent: #ead7a4; } ---