{"id":13708088,"url":"https://github.com/reimertz/brand-colors","last_synced_at":"2025-05-15T14:08:41.940Z","repository":{"id":14402772,"uuid":"17113465","full_name":"reimertz/brand-colors","owner":"reimertz","description":"🎨 A color collection available in sass, less, stylus and css","archived":false,"fork":false,"pushed_at":"2022-12-06T16:13:21.000Z","size":3032,"stargazers_count":786,"open_issues_count":14,"forks_count":89,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-14T01:27:37.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://brand-colors.re.im","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reimertz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.MD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-23T18:06:24.000Z","updated_at":"2025-04-23T17:05:10.000Z","dependencies_parsed_at":"2022-08-30T02:11:52.307Z","dependency_job_id":null,"html_url":"https://github.com/reimertz/brand-colors","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reimertz%2Fbrand-colors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reimertz%2Fbrand-colors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reimertz%2Fbrand-colors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reimertz%2Fbrand-colors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reimertz","download_url":"https://codeload.github.com/reimertz/brand-colors/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355335,"owners_count":22057354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T22:01:55.693Z","updated_at":"2025-05-15T14:08:36.924Z","avatar_url":"https://github.com/reimertz.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Javascript"],"sub_categories":[],"readme":"![](brand-colors.png)\n\nbrand-colors is a collection of colors works available in sass, less, stylus and css\n\n## Installation\n\n```\nnpm install brand-colors\nbower install brand-colors\n```\n\n## Usage\n\n#### scss\n```scss\n@import 'bower_components/brand-colors/dist/latest/scss/brand-colors.latest.scss'\n\n.a-div {\n  color: $bc-spotify;\n}\n```\n#### less\n```css\n@import 'bower_components/brand-colors/dist/latest/less/brand-colors.latest.less'\n\n.a-div {\n  color: @bc-spotify;\n}\n```\n##### in webpack\n  * use relative path to the `node_modules`, for example:\n  \n  ```js\n    app\n     |_node_modules\n     |_src\n        |_css\n           |_app.less\n  ```\n  in app.less:\n  \n  ```less\n  @import '../../node_modules/brand-colors/dist/latest/less/brand-colors.latest.less';\n  ```\n  \n  * use webpack's resolve mechanism\n  \n  ```less\n  @import '~brand-colors/dist/latest/less/brand-colors.latest.less';\n  ```\n  \n#### sass\n```sass\n@import 'bower_components/brand-colors/dist/latest/scss/brand-colors.latest.sass'\n\n.a-div\n  color: $bc-spotify\n```\n#### stylus\n```css\n@import 'bower_components/brand-colors/dist/latest/stylus/brand-colors.latest.styl'\n\n.a-div {\n  color: $bc-spotify;\n}\n```\n#### css\n\n```html\n  \u003clink rel=\"stylesheet\" href=\"bower_components/brand-colors/dist/latest/css/brand-colors.latest.min.css\"\u003e`\n\n  \u003cspan class=\"bc-spotify\"\u003eThis text is spotify-green\u003c/span\u003e\n  \u003cdiv class=\"bc-spotify-bg\"\u003eThis div has a spotify-green background\u003c/div\u003e\n```\n#### postcss\n\nUse [postcss-brand-color](https://github.com/postcss/postcss-brand-colors) plugin. Add it to PostCSS:\n\n```js\npostcss([ require('postcss-brand-colors') ])\n```\n\nand use `*-color` names:\n\n```css\n.a-div {\n  color: spotify-color;\n}\n```\n\n### Run brand-colors.com locally\nIf you want to work on the static homepage, just run the following commands\nand you will get a live-reloading server listening for changes in /app\nand brandColors.js\n```bash\nnpm install\ngulp dev\n```\n### Brands\n[Full list of colors](https://github.com/reimertz/brand-colors/blob/master/data/brandColors.js#L8)\nA lot fo the colors comes from brandcolors.net, so a huge shout out to @galengidman.\n\n---\n\u003e [reimertz.co](http://reimertz.co) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@reimertz](https://github.com/reimertz) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@reimertz](https://twitter.com/reimertz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freimertz%2Fbrand-colors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freimertz%2Fbrand-colors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freimertz%2Fbrand-colors/lists"}