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:#FFFFFF;"></span>
    <p class="lbh-u-p--lede">page-colour</p>
    <p>#FFFFFF</p>
    <p>rgba(255, 255, 255, 1)</p>
    <p>hsla(0, 100%, 100%, 1)</p>
    <p>Contrast ratio to dark text: 19.67</p>
</div>