Skip to content

Instantly share code, notes, and snippets.

@jaredphillips
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jaredphillips/3003c235e17e27a0903a to your computer and use it in GitHub Desktop.
Save jaredphillips/3003c235e17e27a0903a to your computer and use it in GitHub Desktop.
<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