https://github.com/firedev/material-palette
Material Design based colors
https://github.com/firedev/material-palette
Last synced: 12 months ago
JSON representation
Material Design based colors
- Host: GitHub
- URL: https://github.com/firedev/material-palette
- Owner: firedev
- Created: 2015-09-29T02:06:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T03:44:30.000Z (over 10 years ago)
- Last Synced: 2025-06-11T21:15:06.749Z (about 1 year ago)
- Language: CSS
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Material Design based palette
You can include it into your SASS stylesheet via bower:
```
bower install material-palette
```
or Rails project:
```ruby
# Gemfile
source 'https://rails-assets.org' do
gem 'rails-assets-material-palette'
end
```
```sass
// application.sass
@import material-palette
```
## TODO
* CSS classes
* More shades
* Nicer defaults
* Built-in text colors