Codeball Brand: Colors, Fonts, Logo & Visual Identity
Codeball Brand Identity
A complete profile of Codeball's visual system — colors, typography, components, and personality — extracted from https://codeball.ai. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://codeball.ai.
- primary:
- Hex: #FF9900
- RGB: rgb(255, 153, 0)
- secondary:
- Hex: #1EA0C3
- RGB: rgb(30, 160, 195)
- accent:
- Hex: #052D32
- RGB: rgb(5, 45, 50)
- background:
- Hex: #FFFFFF
- RGB: rgb(255, 255, 255)
- textPrimary:
- Hex: #052D32
- RGB: rgb(5, 45, 50)
- link:
- Hex: #052D32
- RGB: rgb(5, 45, 50)
Typography
Each font links to its Google Fonts page where available.
- primary: Plus Jakarta Sans
Google Fonts → - heading: Plus Jakarta Sans
Google Fonts →
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
... (content omitted for brevity)
Visual Assets
UI Components
Live previews rendered using Codeball's actual button styles.
- Input:
- background: #FFFFFF
- textColor: #666666
- borderColor: #DEE2E6
- borderRadius: 0px
- shadow: none
Brand Personality
- Tone: modern
- Energy: medium
- Audience: web developers and tech enthusiasts
Codeball Brand in the Wild
Image: codeball.ai
Image: codeball.ai
Image: codeball.ai
Image: codeball.ai
Image: codeball.ai
Image: codeball.ai
Frequently Asked Questions
- What is Codeball's primary brand color?
Codeball's primary brand color is #FF9900. - What accent color does Codeball use?
Codeball uses #052D32 as an accent color. - What font does Codeball use?
Codeball uses Plus Jakarta Sans as the primary typeface. - Does Codeball use a light or dark theme?
Codeball's primary site uses a light color scheme. - How was this brand profile generated?
This profile was extracted from https://codeball.ai.
Methodology
Brand data on this page was extracted from https://codeball.ai on 2026-07-27 using the branding extraction API.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Plus Jakarta Sans",
"role": "body"
}
],
"colors": {
"primary": "#FF9900",
"secondary": "#1EA0C3",
"accent": "#052D32",
"background": "#FFFFFF",
"textPrimary": "#052D32",
"link": "#052D32"
},
"typography": {
"fontFamilies": {
"primary": "Plus Jakarta Sans",
"heading": "Plus Jakarta Sans"
},
"fontStacks": {
"heading": [
"Plus Jakarta Sans",
"sans-serif"
],
"body": [
"Plus Jakarta Sans",
"sans-serif"
],
"paragraph": [
"Plus Jakarta Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "42px",
"h2": "20px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#666666",
"borderColor": "#DEE2E6",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://codeball.ai/wp-content/uploads/2025/04/cropped-AI-BallCode-32x32.jpg",
"ogImage": null
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "web developers and tech enthusiasts"
}
}