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:#BFC1C3;"></span>
    <p class="lbh-u-p--lede">border-colour</p>
    <p>#BFC1C3</p>
    <p>rgba(191, 193, 195, 1)</p>
    <p>hsla(210, 3%, 76%, 1)</p>
    <p>Contrast ratio to dark text: 10.85</p>
</div>