Web Brand Guidelines
Colors
Click any swatch card to copy the hex value to your clipboard.
System Colors
Typography
Usage: Add class="font-highlight-brand" to the element that should render in the script/highlight font.
Example: <p class="font-highlight-brand">Highlight / Pre-head Feature</p>
Heading color: #145A60 var(--brand-color-01)
Body color: #145A60 var(--primary)
Highlight / Pre-head Feature
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Paragraph
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui mauris. Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor.
Bold
Italic
Underline
Strikethrough
Call to actions / buttons
Preset Combination dropdown examples (A-E)
A. Default CTA (primary)
B. Dark CTA (used on teal sections)
C. Teal CTA
D. Dark-on-yellow CTA (Investing section)
E. Ink Border
Spacing scale
Usage: Apply spacing tokens with var(...) for margin, padding, gap, row-gap, and column-gap.
Example: padding: var(--space-6); or gap: var(--space-4);
Typical pattern: Use smaller tokens like --space-1 to --space-3 for tight UI spacing, --space-4 to --space-6 for component padding, and --space-7 to --space-8 for section spacing.
Form tokens
Usage: These tokens are for button and form-control styling so new UI matches the theme system.
Example: border-radius: var(--btn-radius); font-size: var(--btn-font-size); line-height: var(--btn-line-height); border-width: var(--btn-border);
Typical pattern: Apply them to buttons, inputs, selects, and textareas when creating custom components instead of hardcoding one-off values.