Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 471 Bytes

colors.json.md

File metadata and controls

25 lines (22 loc) · 471 Bytes

Colors

thumbnail.svg

<svg viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
  <style>
    svg {
      background-color: #110;
    }
    text {
      font: 14px monospace;
      fill: #bbe;
    }
  </style>

  <g transform="translate(2 4)">
    <text x="10" y="25">[</text>
    <text x="28" y="45">"#1aa452",</text>
    <text x="28" y="65">"#0f6bad",</text>
    <text x="28" y="85">"#a47801"</text>
    <text x="10" y="105">]</text>
  </g>
</svg>