# install dependencies
$ npm install # Or yarn install
# Compiles and hot-reloads for development
$ npm run storybook
# Compiles and minifies for production
$ npm run build-storybook
:root {
--primary: #491e8c;
--primary-dark: #0e061c;
--primary-light: #7e61ae;
--primary-very-light: #bdafd6;
--light-grey: #f2f0f7;
--secondary: #3b1873;
--dark-grey: #3c3940;
--Black: #000000;
--White: #ffffff;
--Error: #f44336;
--Success: #4bb543;
--Info: #1e88e5;
}