Last active
August 29, 2015 14:03
-
-
Save jaredphillips/8ad2cf6b58586566ccc7 to your computer and use it in GitHub Desktop.
Style Guide - Color Sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2 class="section-title">Colours</h2> | |
<!-- Add your own colour swatches down here! --> | |
<ul class="colours"> | |
<li> | |
<!-- We put our style just in line here --> | |
<span class="swatch" style="background: #85D4E3;"></span> | |
<!-- Here just a description and the hex code again (for copy/pasting in a pinch) --> | |
<p class="label">blue | #85D4E3</p> | |
</li> | |
<!-- Add more colors below--> | |
</ul> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment