Everything you need to design, write, and build as Incrementic — colours, marks, voice, and tokens, in one place.
Learn. Build.
Incurable curiosity, always looking for ways to make things better. We design and implement digital products and experiences with a focus on the shortest distance to your next big thing.
Incrementic Red is primary. Charcoal is the neutral. White is the preferred background. Only ever colour the logo in red, charcoal, or white.
The wordmark font was chosen for the incomplete strokes in the "m" and the "t" — intentional character, never to be corrected. Prefer the main logo wherever it achieves at least 3:1 contrast.
Our standalone symbol, in Incrementic Red. Minimum 300px / 46mm on a coloured background, 16px / 6mm on white. Clear space equal to half its width. Works strongest on black or charcoal apparel.
Our slogan lockup. Minimum width 490px / 75mm. Clear space equal to the height of the word "shortest". Use as a watermark or pattern — never below 70% opacity.
X by Incrementic pattern.Paste-ready for a coding agent or design system.
:root{
--incrementic-red: #EA5148;
--incrementic-charcoal: #4C4E56;
--incrementic-white: #FFFFFF;
--color-accent: var(--incrementic-red);
--color-text: var(--incrementic-charcoal);
--color-bg: var(--incrementic-white);
}// tailwind.config.js
module.exports = {
theme: { extend: { colors: {
incrementic: {
red: "#EA5148",
charcoal: "#4C4E56",
white: "#FFFFFF",
},
}}},
};{
"color": {
"brand": {
"red": { "value": "#EA5148", "pms": "3556 U" },
"charcoal": { "value": "#4C4E56", "pms": "Black 6 U" },
"white": { "value": "#FFFFFF" }
},
"semantic": {
"accent": "{color.brand.red}",
"text": "{color.brand.charcoal}",
"bg": "{color.brand.white}"
}
}
}Machine-readable brand data and the AI skill file for any coding agent or LLM working in the Incrementic stack.