Preview colors from iroiro in your browser.
I decided to make iroiro.css to have an actual stylesheet that could be imported. I'll be adding a preview to that, so this isn't needed.
This website isn't pretty, but should serve as a functional utility for getting and previewing iroiro colors, which may not be accurate when displayed in the terminal.
yarn
yarn dev
# or start the server and open the app in a new browser tab
yarn dev --open
yarn build
You can preview the production build with yarn preview
.
To deploy your app, you may need to install an adapter for your target environment.