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:#BE3A34;"></span>
    <p class="lbh-u-p--lede">error-colour</p>
    <p>#BE3A34</p>
    <p>rrgba(190, 58, 52, 1)</p>
    <p>hsla(3, 57%, 47%, 1)</p>
    <p>Contrast ratio to light background: 19.67</p>
</div>