feat: release Colour Tools 0.1.0

This commit is contained in:
2026-08-31 21:21:35 +02:00
commit 0c1fc94b58
100 changed files with 17406 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="paper" x1="8" y1="6" x2="55" y2="61" gradientUnits="userSpaceOnUse">
<stop stop-color="#fff"/>
<stop offset="1" stop-color="#ececf4"/>
</linearGradient>
<linearGradient id="spectrum" x1="15" y1="44" x2="49" y2="21" gradientUnits="userSpaceOnUse">
<stop stop-color="#f45274"/>
<stop offset=".28" stop-color="#f3b93f"/>
<stop offset=".52" stop-color="#43b978"/>
<stop offset=".76" stop-color="#3f8ee8"/>
<stop offset="1" stop-color="#8659d7"/>
</linearGradient>
</defs>
<path d="M12 5h27l13 13v39a3 3 0 0 1-3 3H12a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3Z" fill="url(#paper)" stroke="#403b68" stroke-width="3"/>
<path d="M39 5v13h13" fill="#deddeb" stroke="#403b68" stroke-width="3" stroke-linejoin="round"/>
<circle cx="30" cy="37" r="14" fill="url(#spectrum)"/>
<circle cx="30" cy="37" r="5" fill="#fff" fill-opacity=".92"/>
</svg>

After

Width:  |  Height:  |  Size: 979 B