registrylove.json
RegistryLove Brand Identity
A complete profile of RegistryLove's visual system — colors, typography, components, and personality — extracted from http://registrylove.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/registrylove
- Machine-readable JSON: https://characterquilt.com/branding/registrylove.json
- Per-page llms.txt: https://characterquilt.com/branding/registrylove/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #CFE2FF |
| Accent | #0088CC |
| Body Font | Sora |
| Heading Font | Sora |
Color Palette
- primary: #CFE2FF
- secondary: #D4BB82
- accent: #0088CC
- background: #000000
- textPrimary: #000000
- link: #052C65
Typography
- primary: Sora — https://fonts.google.com/specimen/Sora
- heading: Sora — https://fonts.google.com/specimen/Sora
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=#FFFFFF, textColor=#212529, borderColor=#DEE2E6, borderRadius=3px, shadow=none
- buttonPrimary: background=#0088CC, textColor=#FFFFFF, borderRadius=700px, shadow=rgba(0, 136, 204, 0.35) 0px 2px 6px 0px, rgba(0, 136, 204, 0.25) 0px 0px 10px 0px
- buttonSecondary: background=#D4BB82, textColor=#FFFFFF, borderRadius=5px, shadow=none
Brand Personality
Tone: bold · Energy: high · Audience: online gaming enthusiasts
Working with these fonts
Not found on Google Fonts? Here’s a 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.
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": "dark",
"fonts": [
{
"family": "Sora",
"role": "body"
}
],
"colors": {
"primary": "#CFE2FF",
"secondary": "#D4BB82",
"accent": "#0088CC",
"background": "#000000",
"textPrimary": "#000000",
"link": "#052C65"
},
"typography": {
"fontFamilies": {
"primary": "Sora",
"heading": "Sora"
},
"fontStacks": {
"heading": [
"Sora",
"sans-serif"
],
"body": [
"Sora",
"sans-serif"
],
"paragraph": [
"Sora",
"sans-serif"
]
},
"fontSizes": {
"h1": "30.8px",
"h2": "30.8px",
"body": "12.6px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#212529",
"borderColor": "#DEE2E6",
"borderRadius": "3px",
"borderRadiusCorners": {
"topLeft": "3px",
"topRight": "3px",
"bottomRight": "3px",
"bottomLeft": "3px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#0088CC",
"textColor": "#FFFFFF",
"borderRadius": "700px",
"borderRadiusCorners": {
"topLeft": "700px",
"topRight": "700px",
"bottomRight": "700px",
"bottomLeft": "700px"
},
"shadow": "rgba(0, 136, 204, 0.35) 0px 2px 6px 0px, rgba(0, 136, 204, 0.25) 0px 0px 10px 0px"
},
"buttonSecondary": {
"background": "#D4BB82",
"textColor": "#FFFFFF",
"borderRadius": "5px",
"borderRadiusCorners": {
"topLeft": "5px",
"topRight": "5px",
"bottomRight": "5px",
"bottomLeft": "5px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://enter6.prada4dresmi.online/images/logoweb.png",
"favicon": "https://enter6.prada4dresmi.online/favicon.png",
"ogImage": null,
"logoHref": "/"
}
}