A little menu bar helper für macOS to easily access the mySugr brand and UI colors. ms-colors is a fork of Materialette by Mark Schultz.
Click on the icon in the menu bar and then on a color to copy its value to the clipboard.

Paste a color code with CMD+V while the ms-colors window is open and it will tell you the name of the color. This works with hex codes (#8eb927) as well as tab-separated RGB codes (135 175 36). The latter is handy when you use macOS's Digital Color Meter.

- Download the latest release from the Releases page
- Unzip the file
- Move the ms-colors.app file to the
/Applicationsdirectory - Right-click and choose "Open" (double-click may not work because macOS finds Non-App-Store-apps suspicious)
- Install dependencies:
$ npm install - Compile SCSS -> CSS
$ gulp sassor$ gulp sass:watch - Start the application with
$ npm start - Build the application with
$ npm run build