Centralized collection of logos, fonts, color palettes, and other branding assets for the @brnshkr organization.
@brnshkr/brand is the single source of truth for the visual identity of the @brnshkr ecosystem.
It provides official logos, fonts, color palettes, and other branding assets to ensure visual consistency across all projects, repositories, documentation, and external communication.
Whether you're building a new package, writing documentation, or publishing content — this repository ensures everything looks and feels unmistakably @brnshkr.
| Role | Hex | RGB | HSL | OKCLH |
|---|---|---|---|---|
| Foreground | #1e1e1e |
rgb(30, 30, 30) |
hsl(0, 0%, 12%) |
oklch(23.929% 0.00003 271.152) |
| Background | #e1e1e1 |
rgb(225, 225, 225) |
hsl(0, 0%, 88%) |
oklch(90.67% 0.0001 271.152) |
| Primary | #0f57a9 |
rgb(15, 87, 169) |
hsl(212, 84%, 36%) |
oklch(46.403% 0.14761 255.907) |
| Secondary | #a5097e |
rgb(165, 9, 126) |
hsl(315, 90%, 34%) |
oklch(48.692% 0.20472 342.484) |
| Accent | #7f399d |
rgb(127, 57, 157) |
hsl(282, 47%, 42%) |
oklch(48.232% 0.16409 314.262) |
| Role | Hex | RGB | HSL | OKCLH |
|---|---|---|---|---|
| Foreground | #e1e1e1 |
rgb(225, 225, 225) |
hsl(0, 0%, 88%) |
oklch(90.67% 0.0001 271.152) |
| Background | #1e1e1e |
rgb(30, 30, 30) |
hsl(0, 0%, 12%) |
oklch(23.929% 0.00003 271.152) |
| Primary | #97c3f6 |
rgb(151, 195, 246) |
hsl(212, 84%, 78%) |
oklch(80.702% 0.08535 252.086) |
| Secondary | #f655ce |
rgb(185, 128, 209) |
hsl(282, 47%, 66%) |
oklch(68.668% 0.13046 315.423) |
| Accent | #b980d1 |
rgb(246, 85, 206) |
hsl(315, 90%, 65%) |
oklch(70.401% 0.23225 339.104) |
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the project
- Create your feature branch =>
git checkout -b feature/my-new-feature - Commit your changes =>
git commit -m 'feat(my-new-feature): add some awesome new feature' - Push to the branch =>
git push origin feature/my-new-feature - Open a pull request
This project mostly follows the Conventional Commits specification.
There are only a few differences. The main one is that the scope is required:
So instead of this commit message signature: <type>[optional scope]: <description>
You should use this one: <type><scope>: <description>
Further details can be found in the Commitlint configuration from the @brnshkr/config project.
Please note that this style is not automatically enforced in this repository since it does not contain a Commitlint setup.
Distributed under the MIT License. See LICENSE for more information.