Brand Guidelines & Asset Library
Download individual logo files. All logos have transparent backgrounds.
Browser tab icons and app icons for all platforms.
<!-- Favicons --> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="manifest" href="/site.webmanifest"> <meta name="theme-color" content="#2d9c6f">
Click to copy color values.
#2d9c6f
rgb(45, 156, 111)
#7aca91
rgb(122, 202, 145)
#75bae9
rgb(117, 186, 233)
#7ead9e
rgb(126, 173, 158)
#1F2937
rgb(31, 41, 55)
#191923
rgb(25, 25, 35)
/* Brand Gradient */ background: linear-gradient(135deg, #7aca91 0%, #75bae9 100%);
Font families and usage guidelines.
Snap. List. Sell. — AI-Powered Selling Made Simple
Used for: Company name in logos, headlines, H1-H2
Style: All caps, tight tracking
Used for: Claims, taglines, body text
Weights: Regular (400), Medium (500)
/* Typography CSS Variables */
:root {
--font-display: Impact, 'Bebas Neue', Helvetica, sans-serif;
--font-body: Helvetica, Arial, sans-serif;
}
Configuration files and documentation.