llms.txt

College Pulse Brand Identity

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

Quick Facts

Field Value
Primary #2C3E50
Accent #18AF90
Body Font Avenir
Heading Font Avenir

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: college students and educational institutions

College Pulse Brand in the Wild

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

Working with these fonts

Not found on Google 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.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
 {
 "family": "Avenir",
 "role": "body"
 }
],
 "colors": {
 "primary": "#2C3E50",
 "secondary": "#18AF90",
 "accent": "#18AF90",
 "background": "#FFFFFF",
 "textPrimary": "#34495E",
 "link": "#34495E"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Avenir",
 "heading": "Avenir"
 },
 "fontStacks": {
 "heading": [
 "Avenir"
 ],
 "body": [
 "Avenir"
 ],
 "paragraph": [
 "Avenir"
 ]
 },
 "fontSizes": {
 "h1": "80px",
 "h2": "40px",
 "body": "17.6px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "4px"
 },
 "components": {
 "buttonPrimary": {
 "background": "#18AF90",
 "textColor": "#FFFFFF",
 "borderRadius": "0px",
 "borderRadiusCorners": {
 "topLeft": "0px",
 "topRight": "0px",
 "bottomRight": "0px",
 "bottomLeft": "0px"
 },
 "shadow": "none"
 },
 "buttonSecondary": {
 "background": "#FFFFFF",
 "textColor": "#18AF90",
 "borderColor": "#18AF90",
 "borderRadius": "0px",
 "borderRadiusCorners": {
 "topLeft": "0px",
 "topRight": "0px",
 "bottomRight": "0px",
 "bottomLeft": "0px"
 },
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://collegepulse.com/cp_logo_dark_blue.svg",
 "favicon": "https://collegepulse.com/apple-touch-icon.png",
 "ogImage": "/cp-website-min.jpg",
 "logoHref": "/",
 "logoAlt": "Logo"
 },
 "__llm_logo_reasoning": {
 "selectedIndex": 0,
 "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'College Pulse'.",
 "confidence": 0.9,
 "source": "llm"
 },
 "__llm_button_reasoning": {
 "primary": {
 "index": 0,
 "text": "GET IN TOUCH",
 "reasoning": "Button #0 is selected as the primary CTA because it uses the vibrant brand color #18AF90, which is consistent with the site's accent color, and has action-oriented text 'GET IN TOUCH'."
 },
 "secondary": {
 "index": 4,
 "text": "SIGN UP",
 "reasoning": "Button #4 is selected as the secondary CTA because it has a different background color (#FFFFFF) and provides a secondary action 'SIGN UP', which complements the primary action."
 },
 "confidence": 0.95
 },
 "personality": {
 "tone": "modern",
 "energy": "medium",
 "targetAudience": "college students and educational institutions"
 },
 "designSystem": {
 "framework": "custom",
 "componentLibrary": ""
 },
 "confidence": {
 "buttons": 0.95,
 "colors": 0.9,
 "overall": 0.925
 },
 "__llm_metadata": {
 "logoSelection": {
 "llmCalled": true,
 "llmSucceeded": true,
 "finalSource": "llm",
 "rawLogoSelection": {
 "selectedLogoIndex": 0,
 "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'College Pulse'.",
 "confidence": 0.9
 }
 },
 "buttonClassification": {
 "llmCalled": true,
 "llmSucceeded": true
 }
 }
}