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:#8031A7;"></span>
    <p class="lbh-u-p--lede">link-visited-colour</p>
    <p>#8031A7</p>
    <p>rgba(128, 49, 167, 1)</p>
    <p>hsla(280, 55%, 42%, 1)</p>
    <p>Contrast ratio to light background: 7.2</p>
</div>