Precious Brand Identity
A complete profile of Precious's visual system — colors, typography, components, and personality — extracted from https://preciousapp.com/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://preciousapp.com/.
Typography
Each font links to its Google Fonts page where available.
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: 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.
Visual Assets

UI Components
Live previews rendered using Precious's actual button styles.
Brand Personality
Precious Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Precious's primary brand color?
Precious's primary brand color is #173745. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Precious use?
Precious uses #FB547F as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Precious use?
Precious uses PT Sans for body text and Droid Serif for headings. Fonts were detected on https://preciousapp.com/ as part of their live design system.
Does Precious use a light or dark theme?
Precious's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Precious's logo?
Precious's logo is available directly on their site (https://preciousapp.com/). The current logo URL is included in the machine-readable JSON profile linked above.
How was this brand profile generated?
This profile was extracted from https://preciousapp.com/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Precious.
Methodology
Brand data on this page was extracted from https://preciousapp.com/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Precious.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "PT Sans",
"role": "body"
},
{
"family": "Droid Serif",
"role": "heading"
}
],
"colors": {
"primary": "#173745",
"secondary": "#FFAA75",
"accent": "#FB547F",
"background": "#FFFFFF",
"textPrimary": "#FB547F",
"link": "#FB547F"
},
"typography": {
"fontFamilies": {
"primary": "PT Sans",
"heading": "Droid Serif"
},
"fontStacks": {
"heading": [
"Droid Serif",
"serif"
],
"body": [
"PT Sans",
"sans-serif"
],
"paragraph": [
"PT Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "33.6px",
"h2": "28px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"buttonPrimary": {
"background": "#FB547F",
"textColor": "#FFFFFF",
"borderRadius": "2px",
"borderRadiusCorners": {
"topLeft": "2px",
"topRight": "2px",
"bottomRight": "2px",
"bottomLeft": "2px"
},
"shadow": "rgba(251, 84, 127, 0.3) 0px 2px 6px 0px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#173745",
"borderRadius": "2px",
"borderRadiusCorners": {
"topLeft": "2px",
"topRight": "2px",
"bottomRight": "2px",
"bottomLeft": "2px"
},
"shadow": "rgba(251, 84, 127, 0.3) 0px 2px 6px 0px"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/5ca68c330adf05ae69e991bc/5ca68c330adf054ce4e991da_Precious%20Icon.jpg",
"favicon": "https://cdn.prod.website-files.com/5ca68c330adf05ae69e991bc/5ca68c330adf0574a2e991e2_Fav.png",
"ogImage": null,
"logoHref": "/blue"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #1 because it is visible, located in the header, and matches the favicon, indicating it is the main brand logo for Precious.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Go to Play Store",
"reasoning": "Button #0 uses the vibrant brand color #FB547F and has action-oriented text 'Go to Play Store', making it a strong candidate for the primary CTA."
},
"secondary": {
"index": 4,
"text": "Go to App Store",
"reasoning": "Button #4 has a different background color (#FFFFFF) and serves as an alternative action with 'Go to App Store', making it suitable as a secondary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals looking for productivity apps"
},
"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": 1,
"selectedLogoReasoning": "Selected #1 because it is visible, located in the header, and matches the favicon, indicating it is the main brand logo for Precious.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 