Celest Brand: Colors, Fonts, Logo & Visual Identity
Celest Brand Identity
A complete profile of Celest's visual system — colors, typography, components, and personality — extracted from https://celest.dev. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://celest.dev.
- primary: #0F172A (rgb(15, 23, 42))
- secondary: #4B5563 (rgb(75, 85, 99))
- accent: #0F172A (rgb(15, 23, 42))
- background: #FFFFFF (rgb(255, 255, 255))
- textPrimary: #020817 (rgb(2, 8, 23))
- link: #020817 (rgb(2, 8, 23))
Typography
Each font links to its Google Fonts page where available.
- primary: Poppins Google Fonts →
- heading: Poppins Google Fonts →
Visual Assets
Logo
Favicon
Social Card
UI Components
Live previews rendered using Celest's actual button styles.
Input:
background: #FFFFFF
textColor: #000000
borderColor: #D1D5DB
borderRadius: 6px
shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0pxButton Primary:
background: #0F172A
textColor: #F8FAFC
borderRadius: 6px
shadow: noneButton Secondary:
background: #F1F5F9
textColor: #0F172A
borderRadius: 6px
shadow: none
Brand Personality
- Tone: modern
- Energy: medium
- Audience: developers
Frequently Asked Questions
What is Celest's primary brand color?
Celest's primary brand color is #0F172A. It anchors the visual identity across their website, product UI, and marketing materials.What font does Celest use?
Celest uses Poppins as the primary typeface across body and headings.Does Celest use a light or dark theme?
Celest's primary site uses a light color scheme, with a background of #FFFFFF.Where can I find Celest's logo?
Celest's logo is available directly on their site (https://celest.dev). 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://celest.dev 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 Celest.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Poppins",
"role": "body"
}
],
"colors": {
"primary": "#0F172A",
"secondary": "#4B5563",
"accent": "#0F172A",
"background": "#FFFFFF",
"textPrimary": "#020817",
"link": "#020817"
},
"typography": {
"fontFamilies": {
"primary": "Poppins",
"heading": "Poppins"
},
"fontStacks": {
"heading": [
"Poppins",
"sans-serif"
],
"body": [
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
]
},
"fontSizes": {
"h1": "20px",
"h2": "20px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderColor": "#D1D5DB",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
},
"buttonPrimary": {
"background": "#0F172A",
"textColor": "#F8FAFC",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#F1F5F9",
"textColor": "#0F172A",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.celest.dev/_next/image?url=%2Fimg%2Flogo-small.webp&w=96&q=75",
"favicon": "https://www.celest.dev/apple-touch-icon.png",
"ogImage": "https://www.celest.dev/api/og",
"logoHref": "/",
"logoAlt": "Celest Logo"
}
}