mulesoft.json
MuleSoft Brand Identity
A complete profile of MuleSoft's visual system — colors, typography, components, and personality — extracted from https://mulesoft.my.site.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/mulesoft
- Machine-readable JSON: https://characterquilt.com/branding/mulesoft.json
- Per-page llms.txt: https://characterquilt.com/branding/mulesoft/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #02A2DF |
| Accent | #00A0DF |
| Body Font | Open Sans |
| Heading Font | EDinProBold |
Color Palette
- primary: #02A2DF
- secondary: #0083CF
- accent: #00A0DF
- background: #FFFFFF
- textPrimary: #2D2D2D
- link: #00A0DF
Typography
- primary: Open Sans — https://fonts.google.com/specimen/Open+Sans
- heading: EDinProBold — https://fonts.google.com/specimen/EDinProBold
Visual Assets
- Logo: https://mulesoft.my.site.com/resource/1659583811000/brMulesoftCommunityAssets/images/svg/logo-mulesoft.svg
- Favicon: https://mulesoft.my.site.com/resource/1567507231000/HelpCenterIcon?v=2
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
MuleSoft Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Error Insufficient Privileges when using Salesforce IdP SAML SSO With Anypoint Platform
- Image: https://prod-or-s3-cdssf-storage.s3.us-west-2.amazonaws.com/00D30000000XsfGEAS/kA0Hx000000CK9R/ka0Hx000001z6nt/00NHx0000000wO1-0EMHx00000BnkLE
- Source: https://mulesoft.my.site.com/s/article/Error-Insufficient-Privileges-when-using-Salesforce-IdP-SAML-SSO-With-Anypoint-Platform?nocache=https%3A%2F%2Fmulesoft.my.site.com%2Fs%2Farticle%2FError-Insufficient-Privileges-when-using-Salesforce-IdP-SAML-SSO-With-Anypoint-Platform
- Unable to delete Business Group due to hidden asset in Exchange
- Image: https://prod-or-s3-cdssf-storage.s3.us-west-2.amazonaws.com/00D30000000XsfGEAS/kA0Hx000000CMxi/ka0Hx000001eMcZ/00NHx00000005DY-0EMHx00000IhEBp
- Source: https://mulesoft.my.site.com/s/article/Unable-to-delete-Business-Group-due-to-hidden-asset-in-Exchange-with-conflict-error-and-status-code-of-409
- MuleSoft Help Center
- Pubblicazione di un segmento in Data 360
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.