careoasis.json
CareOasis Brand Identity
A complete profile of CareOasis's visual system — colors, typography, components, and personality — extracted from https://www.thecareoasis.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #003278 |
| Accent | #003278 |
| Body Font | Jost |
| Heading Font | Jost |
Color Palette
- primary: #003278
- secondary: #FEF6DD
- accent: #003278
- background: #FFFFFF
- textPrimary: #003278
- link: #003278
Typography
- primary: Jost — https://fonts.google.com/specimen/Jost
- heading: Jost — https://fonts.google.com/specimen/Jost
Visual Assets
- Logo: https://thecareoasis.com/_next/static/media/COlogoblue.05~mwrb32ha-v.svg
- Favicon: https://thecareoasis.com/icon.png?icon.0tr2mh8qbid_3.png
- Social card (og:image): https://www.careoasis.com/assets/blog/hello-world/cover.jpg
UI Components
- input: background=#FFFFFF, textColor=#111827, borderColor=null, borderRadius=6px, shadow=rgb(255, 255, 255) 0px 0px 0px 0px inset, rgb(209, 213, 219) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
- buttonPrimary: background=#003278, textColor=#FFFFFF, borderRadius=24px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px
- buttonSecondary: background=#D4EFFF, textColor=#000000, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: Family caregivers in Ohio
CareOasis Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Get Paid to Care for Your Family in Ohio | CareOasis
- How to Get Paid as a Family Caregiver in New York
- Structured Family Caregiving in Ohio | CareOasis
- CareOasis
- Can Your Spouse Get Paid to Be Your Caregiver in Ohio?
- How to Get Paid as a Family Caregiver in Utah
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.