Brand kit
The logo files, the tricolour ring mark, the brand bar, the colours, the typography. Click any colour value to copy it. Click any logo to download it. Everything on this page is part of the brand — please use it as documented.
Brand palette
Cirql Navy carries the weight. Cirql Teal is the accent that runs through the wordmark, the buttons, the links. Cirql Pink is reserved for moments that should feel warm or human. We do not introduce new brand colours.
Supporting palette
Body type, surfaces, rules — everything outside the three brand colours sits on these neutral ramps. The dark stage is reserved for hero areas where the brand colours need to sing.
Ink — type colour
Paper — surfaces
Stage — dark hero surfaces
The mark
The CirqlWorks mark is a circular band cut into three segments matching the brand bar proportions. The whole ring is rotated 20° counterclockwise so the segment joins sit between the cardinal axes — this is what stops the mark looking like a compass.
Logo files
Landscape lockups for headers, email signatures and document letterheads. Square lockups for app icons, profile avatars and social crops. Pick the variant that matches the background you're placing it on — light files on light surfaces, dark files on Cirql Navy.
The brand bar
The brand bar sits at the very top of every CirqlWorks page. Same colours, same proportions, every time — Navy half, Teal quarter, Pink quarter, no exceptions. Default height is 8 px on the web. In print, the bar's total height is 1.5% of the page height (so it stays a brand band, not a rule).
<div class="brand-bar" aria-hidden="true">
<span class="brand-bar__navy"></span>
<span class="brand-bar__teal"></span>
<span class="brand-bar__pink"></span>
</div>
.brand-bar {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
height: 8px;
}
.brand-bar__navy { background: #003366; }
.brand-bar__teal { background: #00CCCC; }
.brand-bar__pink { background: #FF3399; }
Typography
Inter from Google Fonts, served at weights 300, 400, 500, 600, 700 and 800. The wordmark is the only place where weights are mandated: Cirql is set in Inter 800, Works in Inter 300 Cirql Teal. Body type uses 400 / 500; UI labels use 500 / 600; section headings use 700.
Cirql · Inter 800 Works · Inter 300 / Cirql Teal No space, single compound word
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
Usage
The brand is one of the few things at CirqlWorks we don't iterate on. The mark, the colours and the bar are exactly the same on the website, on the embroidered patches and on a presentation deck. Consistency is the point.
Questions about brand usage? Get in touch and we'll sort it.