> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rise.rich/llms.txt
> Use this file to discover all available pages before exploring further.

# Brand Assets

> Logos, wordmarks, and colors for use in content about RISE.

## Logo

<CardGroup cols={3}>
  <Card title="Gradient" href="/images/logo-gradient.png" target="_blank">
    <Frame>
      <img src="https://mintcdn.com/rise-200700c0/a-z8Tvq_EvdhLrtd/images/logo-gradient.png?fit=max&auto=format&n=a-z8Tvq_EvdhLrtd&q=85&s=1cfd360ddaa215ef45898ce517ed8e4b" alt="RISE Logo Gradient" width="2160" height="2160" data-path="images/logo-gradient.png" />
    </Frame>
  </Card>

  <Card title="Black" href="/images/logo-black.png" target="_blank">
    <Frame>
      <img src="https://mintcdn.com/rise-200700c0/a-z8Tvq_EvdhLrtd/images/logo-black.png?fit=max&auto=format&n=a-z8Tvq_EvdhLrtd&q=85&s=0006be81f3004773172ae1a43b715a24" alt="RISE Logo Black" width="2160" height="2160" data-path="images/logo-black.png" />
    </Frame>
  </Card>

  <Card title="White" href="/images/logo-white.png" target="_blank">
    <Frame background="subtle">
      <img src="https://mintcdn.com/rise-200700c0/a-z8Tvq_EvdhLrtd/images/logo-white.png?fit=max&auto=format&n=a-z8Tvq_EvdhLrtd&q=85&s=49a98bcb01c368f2ae1d69797c24593a" alt="RISE Logo White" width="2160" height="2160" data-path="images/logo-white.png" />
    </Frame>
  </Card>
</CardGroup>

## Wordmark

<CardGroup cols={3}>
  <Card title="Black" href="/images/wordmark-black.png" target="_blank">
    <Frame>
      <img src="https://mintcdn.com/rise-200700c0/a-z8Tvq_EvdhLrtd/images/wordmark-black.png?fit=max&auto=format&n=a-z8Tvq_EvdhLrtd&q=85&s=92db094517c649477b31aed393e8ad52" alt="RISE Wordmark Black" width="1080" height="1080" data-path="images/wordmark-black.png" />
    </Frame>
  </Card>

  <Card title="White" href="/images/wordmark-white.png" target="_blank">
    <Frame background="subtle">
      <img src="https://mintcdn.com/rise-200700c0/a-z8Tvq_EvdhLrtd/images/wordmark-white.png?fit=max&auto=format&n=a-z8Tvq_EvdhLrtd&q=85&s=032fa02542d06513063adcf24287705f" alt="RISE Wordmark White" width="1080" height="1080" data-path="images/wordmark-white.png" />
    </Frame>
  </Card>

  <Card title="Gradient" href="/images/wordmark-gradient.png" target="_blank">
    <Frame>
      <img src="https://mintcdn.com/rise-200700c0/a-z8Tvq_EvdhLrtd/images/wordmark-gradient.png?fit=max&auto=format&n=a-z8Tvq_EvdhLrtd&q=85&s=bb94fe42ea12919c389d4c4f553e742a" alt="RISE Wordmark Gradient" width="1080" height="1080" data-path="images/wordmark-gradient.png" />
    </Frame>
  </Card>
</CardGroup>

## Colors

<div style={{ display: "flex", gap: "24px", flexWrap: "wrap", marginTop: "8px" }}>
  <div style={{ textAlign: "center" }}>
    <div style={{ width: "80px", height: "80px", borderRadius: "8px", background: "#B8BCDC", marginBottom: "8px" }} />

    <div style={{ fontSize: "0.75rem", color: "#888" }}>#B8BCDC</div>
  </div>

  <div style={{ textAlign: "center" }}>
    <div style={{ width: "80px", height: "80px", borderRadius: "8px", background: "#FCC4C0", marginBottom: "8px" }} />

    <div style={{ fontSize: "0.75rem", color: "#888" }}>#FCC4C0</div>
  </div>

  <div style={{ textAlign: "center" }}>
    <div style={{ width: "80px", height: "80px", borderRadius: "8px", background: "#FDDCC9", marginBottom: "8px" }} />

    <div style={{ fontSize: "0.75rem", color: "#888" }}>#FDDCC9</div>
  </div>

  <div style={{ textAlign: "center" }}>
    <div style={{ width: "80px", height: "80px", borderRadius: "8px", background: "#EBEBEC", border: "1px solid #e0e0e0", marginBottom: "8px" }} />

    <div style={{ fontSize: "0.75rem", color: "#888" }}>#EBEBEC</div>
  </div>
</div>
