Palette de marque
Les deux couleurs NEFTY et leurs déclinaisons, disponibles en variables CSS dans assets/css/nefty-v2.css.
Bleu ardoise — #24353F, --dark
Orange NEFTY — #EE732C, --orange
#1A2830 — --dark-2
#D8621C — --orange-dark
#6B7A82 — --muted
Voir le code HTML
<div class="grid-2"> <div><div class="swatch" style="background:#24353F"></div><p class="doc-note" style="margin-top:8px"><strong>Bleu ardoise</strong> — #24353F, <code>--dark</code></p></div> <div><div class="swatch" style="background:#EE732C"></div><p class="doc-note" style="margin-top:8px"><strong>Orange NEFTY</strong> — #EE732C, <code>--orange</code></p></div> </div> <div class="grid-3" style="margin-top:16px"> <div><div class="swatch" style="background:#1A2830;height:56px"></div><p class="doc-note" style="margin-top:8px">#1A2830 — <code>--dark-2</code></p></div> <div><div class="swatch" style="background:#D8621C;height:56px"></div><p class="doc-note" style="margin-top:8px">#D8621C — <code>--orange-dark</code></p></div> <div><div class="swatch" style="background:#6B7A82;height:56px"></div><p class="doc-note" style="margin-top:8px">#6B7A82 — <code>--muted</code></p></div> </div>