@adres/brand-adrec
v0.1.1
Published
Adrec brand theme — gold primary, sage secondary, burgundy accent, Helvetica Neue.
Downloads
226
Readme
@adres/brand-adrec
Adrec brand theme for the Adres design system.
| Role | Colour | HSL | Hex |
|------|--------|-----|-----|
| Primary | Gold | hsl(54 31% 52%) | #ABA35F |
| Secondary | Sage | hsl(105 25% 74%) | #B4CDAC |
| Accent | Burgundy | hsl(355 43% 32%) | #742E34 |
| Neutrals | Grey | hsl(0 0% …) | — |
Type: "Helvetica Neue", Helvetica, Arial, sans-serif
Usage
- Install the package:
@adres/brand-adrec(workspace orfile:/published dep). - Import the theme once, alongside the DS styles, in your global stylesheet:
@import "@adres/brand-adrec/theme.css"; - Activate it by setting the attribute on
<html>:
Dark mode: add<html data-brand="adrec">class="dark"(ordata-theme="dark") on the same element.
The theme only defines tokens (:root[data-brand="adrec"]) — all components come
from @adres/design-system and re-skin automatically.
