llms.txt

Anjuna Brand Identity

A complete profile of Anjuna's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #00994F
Accent #00994F
Body Font Inter
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: business professionals and tech companies

Anjuna Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Agent Instructions that you can follow if you have permission to use the fonts:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each src: url(...) to point to your local file path.

Machine-Readable Profile

{
 "colorScheme": "dark",
 "fonts": [
 {
 "family": "Inter",
 "role": "body"
 },
 {
 "family": "Satoshi",
 "role": "unknown"
 }
 ],
 "colors": {
 "primary": "#00994F",
 "secondary": "#343B48",
 "accent": "#00994F",
 "background": "#101828",
 "textPrimary": "#101828",
 "link": "#101828"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Inter",
 "heading": "Inter"
 },
 "fontStacks": {
 "heading": [
 "Satoshi",
 "sans-serif"
 ],
 "body": [
 "Inter",
 "sans-serif"
 ],
 "paragraph": [
 "Inter",
 "sans-serif"
 ]
 },
 "fontSizes": {
 "h1": "86.4px",
 "h2": "45px",
 "body": "22.5px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "12px"
 },
 "components": {
 "input": {
 "background": "#FFFFFF",
 "textColor": "#101828",
 "borderColor": "#FFFFFF",
 "borderRadius": "5px",
 "borderRadiusCorners": {
 "topLeft": "5px",
 "topRight": "5px",
 "bottomRight": "5px",
 "bottomLeft": "5px"
 },
 "shadow": "none"
 },
 "buttonPrimary": {
 "background": "#00994F",
 "textColor": "#FFFFFF",
 "borderColor": "#00994F",
 "borderRadius": "9px",
 "borderRadiusCorners": {
 "topLeft": "9px",
 "topRight": "9px",
 "bottomRight": "9px",
 "bottomLeft": "9px"
 },
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "transparent",
 "textColor": "#FFFFFF",
 "borderColor": "#FFFFFF",
 "borderRadius": "9px",
 "borderRadiusCorners": {
 "topLeft": "9px",
 "topRight": "9px",
 "bottomRight": "9px",
 "bottomLeft": "9px"
 },
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://cdn.prod.website-files.com/63ef28dc4feb8b3f17543d0a/63ef5217726f3187af90d77d_logo.svg",
 "favicon": "https://cdn.prod.website-files.com/63ef28dc4feb8b3f17543d0a/641e96e0b0bfff35b9dee6a6_favicon.png",
 "ogImage": "https://cdn.prod.website-files.com/63ef28dc4feb8b3f17543d0a/691ca1ad89f7bd30ebdbe4a4_anjuna-homepage-1200-630.webp"
 },
 "personality": {
 "tone": "professional",
 "energy": "medium",
 "targetAudience": "business professionals and tech companies"
 },
 "designSystem": {
 "framework": "custom",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.95,
 "colors": 0.9,
 "overall": 0.925
 }
}