{% extends "templates/article.njk" %} {% import "components/toc.njk" as toc with context %} {% import "components/color.njk" as color with context %} {% block head %}
We use Sea Green ({{ color.label("#3DDF89") }}) as our primary colour, and Hacky Cyan ({{ color.label("#4CDCDF") }}) and Sky Blue ({{ color.label("#4C9CEF") }}) as accents. We use Sea Green for things like titles, H1s, and buttons. For all other HXs we use Hacky Cyan. We use Sky Blue for links.
{{ toc.header("h1", "Colour Scheme") }}We have a kind of large colour scheme, although most colours are usually unused. When creating official qwik material only these colours should be used. The colour scheme is crafted by BurnyLlama, but is of course freely available to anyone outside qwik (as we believe owning colours would be a stupid idea).
{{ toc.header("h2", "Colours") }}Internally we call our greyscale Mighty Greyscale, although that's kinda arbitrary. Our main background colour is {{ color.label("#10102F", "border: 1px solid var(--grey5);") }}. You can use {{ color.label("#00001F", "border: 1px solid var(--grey5);") }} for drop-shadows, and {{ color.label("#20203F", "border: 1px solid var(--grey5);") }} to "elevate" elements.