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:#00664F;"></span>
    <p class="lbh-u-p--lede">button-colour</p>
    <p>#00664F</p>
    <p>rgba(0, 102, 79, 1)</p>
    <p>hsla(166, 100%, 20%, 1)</p>
    <p>Contrast ratio to light background: 19.67</p>
</div>