Back to Webpack Js Org

Branding Guidelines

src/content/branding.mdx

4.41.25.4 KB
Original Source

import BrandingSample from "../components/BrandingSample.jsx";

Here you can find webpack project brand guidelines, assets, and license. See our official media repository for more information and to find the license that governs this work. Click any of the images to download them.

The Name

Webpack can be written with a capital W when used at the start of a sentence, otherwise it should be written in lower-case letters.

The webpack logo should be placed on a white background with enough space around it like this:

svg | png | jpg

Double the size of the inner dark blue cube to get an idea how much space the logo should have.

For dark backgrounds, you can use the negative version of the logo:

export const style = { display: "block", background: "#111", };

<div style={style}> </div>

svg | png | jpg

T> Please use the icon + text whenever possible.

Icon only

The icon is designed to be used in layout-constrained areas. As previously stated, please prefer icon + text.

svg | png | jpg

Square-sized icon for bigger areas (like avatars or profile pictures):

svg | png | jpg

Square-sized icon for smaller areas (like favicons):

svg | png | jpg

T> For those of you following our guidelines and have gotten this far, we've made a smaller size image used especially for custom emoji (like in a slack or gitter channel ;))

Color Palette

The following colors are used throughout the site in various combinations and on our fancy clothing line launched with the help of Open Collective and Threadless over at the official webpack store!

Color NameHEX CodeRGB CodeSample
Malibu:HEX #8dd6f9rgb: 141, 214, 249<BrandingSample color='#8dd6f9' />
Denim:HEX #1d78c1rgb: 29, 120, 193<BrandingSample color='#1d78c1' />
Fiord:HEX #465E69rgb: 70, 94, 105<BrandingSample color='#465E69' />
Outer Space:HEX #2B3A42rgb: 43, 58, 66<BrandingSample color='#2B3A42' />
White:HEX #ffffffrgb: 255, 255, 255<BrandingSample color='#ffffff' />
Concrete:HEX #f2f2f2rgb: 242, 242, 242<BrandingSample color='#f2f2f2' />
Alto:HEX #dededergb: 222, 222, 222<BrandingSample color='#dedede' />
Dusty Gray:HEX #999999rgb: 153, 153, 153<BrandingSample color='#999999' />
Dove Gray:HEX #666666rgb: 102, 102, 102<BrandingSample color='#666666' />
Emperor:HEX #535353rgb: 83, 83, 83<BrandingSample color='#535353' />
Mine Shaft:HEX #333333rgb: 51, 51, 51<BrandingSample color='#333333' />

In addition, you can grab the following file types directly from these links:

psd | png | ai | svg

License

The logo and the brand name are not MIT licensed. Please check our LICENSE for usage guidelines.