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:#84BD00;"></span>
    <p class="lbh-u-p--lede">bright-green</p>
    <p>#84BD00</p>
    <p>rgba(132, 189, 0, 1)</p>
    <p>hsla(78, 100%, 37%, 1)</p>
    <p>Contrast ratio to light background: 19.67</p>
</div>