Skip to content

Ascendum Corporate Advisory LLC

Brand kit

One visual system across the group.

Everything below is production markup from ascencorp.com. Copy it into ascentaxus.com, ascenmark.com, ascenai.io and ascenpay.com so all five sites carry the same top bar, colours and footer attribution.

Colour

Palette

Deep Navy

#0B2239

--navy

Primary surface and text

Slate

#33475B

--slate

Secondary text

Ivory

#F7F5F0

--ivory

Page background

Ascent Gold

#B98A2F

--gold

Accent, rules, CTAs

White

#FFFFFF

--card

Cards and alternating bands

AscenTax Teal

#0E6E6B

--tax

Ascen Tax USA

AscenMark Burgundy

#7A1F2B

--mark

AscenMark

AscenAi Blue

#1F6FEB

--ai

AscenAi

AscenPay Green

#1E7A5A

--pay

AscenPay

Identity

Logo and monogram

ASCENDUMCorporate Advisory

Monogram SVG

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" role="img" aria-label="Ascendum">
  <path d="M16 3 L29 29 H23.2 L16 13.4 L8.8 29 H3 Z" fill="#0B2239"/>
  <path d="M11.4 22.2 H20.6 L22.6 26.4 H9.4 Z" fill="#B98A2F"/>
</svg>

Shared chrome

Group top bar

Rendered live below, then as a framework-free HTML snippet.

Ascendum Corporate Advisory LLC

Top bar — HTML

<!-- Ascendum top bar — paste directly above the site header -->
<div style="background:#0B2239;color:#F7F5F0;font-family:Inter,system-ui,sans-serif;font-size:12px">
  <div style="max-width:78rem;margin:0 auto;padding:0 1.5rem;height:36px;display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap">
    <span style="text-transform:uppercase;letter-spacing:.14em;opacity:.6">Ascendum Corporate Advisory LLC</span>
    <span>
      <a href="https://ascentaxus.com" target="_blank" rel="noopener noreferrer" style="color:#F7F5F0;opacity:.8;text-decoration:none">Ascen Tax USA</a>
      <span style="opacity:.3"> · </span>
      <a href="https://ascenmark.com" target="_blank" rel="noopener noreferrer" style="color:#F7F5F0;opacity:.8;text-decoration:none">AscenMark</a>
      <span style="opacity:.3"> · </span>
      <a href="https://ascenai.io" target="_blank" rel="noopener noreferrer" style="color:#F7F5F0;opacity:.8;text-decoration:none">AscenAi</a>
      <span style="opacity:.3"> · </span>
      <a href="https://ascenpay.com" target="_blank" rel="noopener noreferrer" style="color:#F7F5F0;opacity:.8;text-decoration:none">AscenPay</a>
    </span>
  </div>
</div>

Footer attribution line — HTML

<!-- Ascendum footer line — paste into the footer of every site -->
<p style="font-family:Inter,system-ui,sans-serif;font-size:12px;color:#F7F5F0;opacity:.5">
  Ascen Tax USA, AscenMark, AscenAi and AscenPay are divisions of Ascendum Corporate Advisory LLC.
</p>

Typography

<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=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">

/* Headings: Fraunces, weight 400, letter-spacing -0.015em */
/* Body: Inter, weight 400, 15.6px / 1.7 */