itry-brand-assets
v1.0.0
Published
Official brand assets for iTRY — tokenized fund platform and Turkish Lira stablecoin
Maintainers
Readme
@itry/brand-assets
Official brand assets for iTRY — tokenized fund platform with Turkish Lira stablecoin focus.
Installation
npm install @itry/brand-assetsQuick Start
Import Colors
// TypeScript
import { GREEN, DARK_GREEN, PURPLE, NIGHTY, DEEP_BG, WHITE } from '@itry/brand-assets/colors';
import { colors } from '@itry/brand-assets/colors';
// JavaScript
const { GREEN, NIGHTY } = require('@itry/brand-assets/colors');Use Design Tokens
import tokens from '@itry/brand-assets/colors/tokens.json';
console.log(tokens.tokens.color.primary.green.value); // #A5E99BPackage Structure
@itry/brand-assets/
├── colors/
│ ├── index.js # JavaScript exports
│ ├── index.ts # TypeScript definitions
│ └── tokens.json # W3C DTCG design tokens
├── logos/
│ └── svg/ # All logo variants + token icons
├── fonts/
│ └── README.md # Font installation guide
├── examples/
│ └── usage.tsx # React/TypeScript examples
├── guidelines.md # Complete brand guidelines
└── package.jsonColor Palette
| Token | Value | Usage |
|-------|-------|-------|
| GREEN | #A5E99B | Primary lime accent — signature |
| DARK_GREEN | #223D24 | Secondary dark green |
| PURPLE | #C9B1FF | Accent highlights |
| NIGHTY | #0B0B0B | Deep background |
| DEEP_BG | #080C04 | Canvas background |
| WHITE | #FFFFFF | Base and overlay |
Typography
| Role | Font | Source | |------|------|--------| | Display | Oddval | Custom (contact team) | | Body | Helvetica Neue LT Std | Commercial (Linotype) | | Accent | Playfair Display | Google Fonts (OFL) |
Headline Scale
| Level | Size | Line-height | Tracking | |-------|------|-------------|----------| | H1 | 56px | 64px | -4% | | H2 | 40px | 48px | -2% | | H3 | 36px | 42px | 0% | | H4 | 28px | 36px | 0% |
See fonts/README.md for installation instructions.
Logo Assets
SVG logos are available in logos/svg/:
- Primary lockup (symbol + wordmark)
- Light/dark variants
- Token icons: iTRY DEX, wTRY, iTRY CEX
Token Icons
Use token icons for product-specific contexts:
- iTRY DEX: Decentralized exchange
- wTRY: Wrapped Turkish Lira
- iTRY CEX: Centralized exchange
Documentation
- Brand Guidelines: See
guidelines.mdfor complete brand system - Code Examples: See
examples/usage.tsxfor React integration
License
MIT — See LICENSE file
Support
For brand questions or asset requests, contact the iTRY team.
