If you look at companies like Dropbox, Google, and Twitter youâll notice that they each have their own unique aesthetic. Across all their products, both mobile and web, there is a sense of consistency and uniformity in their design.The way that companies and products achieve consistency is through styleguides. A styleguide is a set of standards that aligns designs with a companyâs voice and mission.
"Consistency is important because it creates trust. And design is all about creating relationships between products and users."
The goal of this article is to introduce you to some well-thought-out styleguides and branding guidelines. It also details some of the most important elements every styleguide should have.
Hopefully, these elements and examples will serve as a source of inspiration and influence how you design sustainable products in the future.
Before we get startedâŚ
Here are a few suggestions for when youâre designing styleguides.
- Design your product first and then create a styleguide. Donât start by creating a styleguide. First figure out what works and what doesnât work. Then standardize it.
- Youâll never be fully happy with your styleguide. Thatâs okay. Creating a universal design language is an iterative process.
- Have a strong understanding of the voice and message you want your product to convey before writing a styleguide.
Principles
Styleguides should always have a page on design principles. Design principles are a set of guidelines that influence how designers approach and solve problems when building a product.
One of the key characteristics of a good design principle is that it isnât obvious or too broad. A good design principle should be specific enough to help a designer make decisions.
Letâs take a look at Appleâs Human Interface Guidelines, which has a section on design principles. One of their principles is direct manipulation.
"The direct manipulation of onscreen content engages people and facilitates understanding⌠Through direct manipulation, they can see the immediate, visible results of their actions."
This description explains that direct manipulation is a principle that governs and mediates physical and digital interactions. It helps designers choose modes of interactions, such as swiping and rotating.
When coming up with design principles, less is more. Start off with three guiding principles and iterate from there.
For more on design principles, check out Julie Zhuoâs A Matter of Principle article. It has hugely influenced how I think about design principles.
Typography
Typography is key to achieving unity across multiple products and designs. Every styleguide should have a few sections detailing typography specifications.
Itâs important to limit the number of typefaces and sizes you use in order to keep your designs simple. As a general rule of thumb, start with at most two fonts?â?one for your headers, and one for your bodies. Most of the time, you wonât need any more than that.
Also, include example use cases of typography to help other designers and developers understand when to use things like bold or italics.
If you have trouble picking fonts, check out Typewolf and FontPair. For font sizing check out Modular Scale and its accompanying article More Meaningful Typography.
Also keep in mind that fonts arenât set in stone. You can always change them later.
Imagery
Show, donât tell. Imagery is a powerful tool in the hands of a designer. Images are dynamic. They convey meaning at first glance, and evoke emotions.
If you have have the assets, consider including a section that details what kinds of images other designers should use to convey your productâs voice and identity.
Nike is a good example of a company that uses images to convey their brand. Their photos have a cinematic quality that inspires you to participate in their mission and brand.
Imagery isnât only limited to photographs. Companies like Dropbox rarely use photographs in their designs. Instead, they convey their personality through illustrations.
Here is an example of Hubspotâs imagery styleguide.
Notice how they describe the tone and goal of the photography before providing examples.
With guidelines for what images to use, designers can better communicate meaning to users and ultimately immerse them into a cohesive experience.
Grids and spacing
Good design cares about whitespace as much as content. Styleguides should reflect this mentality and include a section on grids and spacing.
Itâs important to establish a grid system that works for every use case. In the section on grids, include information like the number of columns and rows, margins, and example uses.
For reading on grids, see A guide to creating grid systems that are built around your content as a primer. And follow it up with Modular Design For Grids.
Spacing should have its own section. Consistent spacing across a product creates a sense of uniformity and balance.
Having a list of margin sizes is useful to both designers and developers. In particular, developers can codify the space scale into Sass variables.
For example, using the Marvel spacing styleguide as a reference, the Sass counterpart might look like this:
Color
Color is another essential element in styleguides. Color helps establish visual hierarchies and create emotional resonance.
Color sections in styleguides make the lives of designers easier. Instead of spending time fretting about which colors to use, designers can reference the styleguide. This allows them to focus on content.
As Buffer puts it in their styleguide:
Using colors consistently brings a sense of familiarity and unity to a product. Bufferâs color scheme aims to be clear, unobtrusive and friendly.
Bufferâs color styleguide is useful to both designers and developers.
In the example above, Buffer names each of their colors. This is particularly useful to developers because they can turn the colors into Sass variables:
Notice how Buffer uses primaryColor instead of a name like brandBlue. Choose names that describe the role of the color instead of the color itself. This approach makes it easier for both designers and engineers to adjust their color values without having to change the name.
If you want to learn more about choosing color, check out the article I wrote on Designing in Color.
Components
A lot of designers and developers think about UIs as collections of components. The idea is that each UI component is its own entity. For example, a card is a single component.
Sample components from Airbnbâs blog post on their new design language.
Using this approach, designers can re-use components across multiple products and designs. This creates design consistency. It also minimizes the amount of time designers spend re-inventing the wheel designing UI components that already exist within an organization.
Component-based thinking also helps engineers. Design components can translate neatly into code. From an engineering perspective, components are like lego blocks that you can compose together.
Components can be composed to create interfaces.
While youâll often see components in UI and pattern libraries, itâs also useful to include components in styleguides for other designers to reference.
For example, Mapbox has a styleguide that includes all of their commonly used components. This includes buttons, inputs, and forms. This way their designers and developers know what UI components are already available.
If you want to learn more about components check Brad Frostâs Atomic Web Design article.
Principles, typography, imagery, grids and spacing, color, and components. This list isnât exhaustive, but these six topics form the basis of a good styleguide.
What are your thoughts on styleguides? What are some of the lessons that youâve learned in the process of creating styleguides? Leave a note below or tweet at me.
If you enjoyed this article, you might enjoy Photos and stories from a designer.
You can find me on Medium where I publish every week. Or you can follow me on Twitter, where I post non-sensical ramblings about design, front-end development, and virtual reality.
P.S. If you enjoyed this article, it would mean a lot if you click the ? and share with friends.