About Payoneer DESIGN.md
Curated by Dov AzencotUpdated Source payoneer.com
- Banking & Payments
- Fintech & Crypto
Payoneer's marketing page has an unusual relationship with its own color system. The CSS registers five named gradient presets — purple-green-blue, blue-green-yellow, orange-purple-blue, green-yellow-orange, and yellow-orange-purple — along with individual brand-color tokens for orange (#ff4800), purple (#DA54D8), blue (#0092F4), green (#20DC86), and yellow (#dfd902). But the above-fold page chrome is aggressively achromatic: a white canvas, near-black body text (#212529), and a standard-blue link color that the CTA buttons inherit from Bootstrap's `--bs-primary`. The gradient appears as the large decorative arc that opens the above-fold hero — a swooping multi-color stroke in the upper-left corner — and as the 3D-rendered wheel in the "facts and stats" section mid-page. The chrome says restraint; the decoration says spectrum.
The DESIGN.md file packages the system into a machine-readable spec for React and AI coding tools. Inside: 15 color tokens anchored around the near-black Bootstrap body color (#212529), the gradient-stop colors (blue, purple, green — declared as Payoneer brand tokens), and a clean white canvas. Thirteen typography tokens run AvenirNextWorld in two cuts: Regular for body copy (14-20px, weight 400) and Demi for headings, navigation, and buttons (18-48px, weight treated as 400 by the renderer but visually rendered as demibold/semibold). Six radius tokens run from 4px for small chips to 500px pill for flag/avatar circles. Sixteen components cover the gradient-arc hero, trust-brand logo strip, feature-card grid, stats counter section, and the near-black footer with gradient-wheel decoration.
Feed this file to Claude or Cursor and it will reproduce Payoneer's specific moves: white body canvas with near-black text, gradient decoration as hero identity rather than flat brand-color fill, AvenirNextWorld-Demi for all heading and button weight, 12px card radius as the dominant UI surface rounding, and the dark footer transition that reframes the gradient palette. The system is worth studying as an example of a gradient-led identity where the gradient itself — not any single hex from it — is the brand signal.
What makes it distinct
- Gradient-as-identityPayoneer's tri-color gradient (blue to purple to green) is wired as five named CSS gradient presets and appears as the primary visual decoration, not a single brand hex
- Two-cut type systemAvenirNextWorld-Regular for body and AvenirNextWorld-Demi for headings, buttons, and nav; Demi carries the brand's semibold register without declaring a separate 700 weight
- Dark footer sectionthe page transitions from a white body to a near-black footer section (#131314) where the gradient arc decoration and partner logos live
- No orange in the chromedespite the CSS declaring --wp--preset--color--payoneer-orange (#ff4800) as a named brand color, it appears only inside gradient stops and never as a flat fill in the captured page
- 12px card radiusthe dominant interactive radius is 12px across cards, inputs, and most UI elements, with 16px on slightly larger panels
Live at payoneer.com
A snapshot of the brand in production. Hover the frame to scroll the page; click to visit.
payoneer.comExplore Payoneer
Pick what you want to see — mockups, colors, typography, layout, or the full component list.
Brand & Accent
Sparing, CTA-only voltage.
Surface
Page and card backgrounds.
Text
Headlines, body, captions, muted.
Borders & Hairlines
Dividers, outlines, structural rules.
Payoneer design system FAQ
Common questions about Payoneer's tokens, components, and how to use this DESIGN.md in your project.
Related reading
Specs, directories, and component libraries that pair with this design system.
Browse all design systems
The full directory of DESIGN.md files on shadcn.io, with live mockups for each.
Payoneer — official site
Payoneer's public marketing site — the source of truth for the live tokens captured in this file.
The DESIGN.md specification
Google Labs' open spec for machine-readable design system files — the format this page is built on.