SMK Family style & branding kit: logo, palette, typography, per-app playbook

This commit is contained in:
2026-08-15 21:37:48 +00:00
commit 7a31c7ed8d
20 changed files with 475 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512" role="img" aria-label="SMK Family icon mark">
<defs>
<linearGradient id="warm" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#F2A65A"/>
<stop offset="1" stop-color="#E8755D"/>
</linearGradient>
</defs>
<!-- Rounded squircle badge -->
<rect x="0" y="0" width="512" height="512" rx="120" fill="url(#warm)"/>
<!-- Subtle inner highlight -->
<rect x="8" y="8" width="496" height="496" rx="114" fill="none" stroke="#FFFFFF" stroke-opacity="0.14" stroke-width="6"/>
<!-- Heart -->
<path d="M 256 340
C 220 306 180 280 180 240
A 52 52 0 0 1 256 206
A 52 52 0 0 1 332 240
C 332 280 292 306 256 340 Z"
fill="#FBF6EC"/>
<!-- Sparkle -->
<path d="M 352 104
C 356 122 366 132 384 136
C 366 140 356 150 352 168
C 348 150 338 140 320 136
C 338 132 348 122 352 104 Z"
fill="#FBF6EC"/>
</svg>

After

Width:  |  Height:  |  Size: 1020 B