Guidelines

To do

  • Contrast ratio still works in progress, has to be completed.
  • Variations of colours can probably be reduced.
  • Better colours naming.
  • Colours to be added as CSS custom properties.
<div class="palette__content">
    <span style="background-color:#0072CE;"></span>
    <p class="lbh-u-p--lede">link-colour</p>
    <p>#0072CE</p>
    <p>rgba(0, 114, 206, 1)</p>
    <p>hsla(207, 100%, 40%, 1)</p>
    <p>Contrast ratio to light background: 4.89</p>
</div>