Mustard is a starter CSS framework that actually looks good.

Getting Started
Mustard UI is currently in release v1.0. Try it out today and help us fine tune the look and feel for future versions!
To get started, you can follow our Installation Guide or use one of the methods provided below:
Install Using NPM:
npm install mustard-ui
Include via a CDN::
<link rel="stylesheet" href="https://unpkg.com/mustard-ui@latest/dist/css/mustard-ui.min.css">
Clone the Repo and Install Dependencies:
git clone https://github.com/kylelogue/mustard-ui.git
Re-build the SCSS files:
npm run build