颜色工具箱
返回首页
首页
SVG颜色提取
SVG颜色提取
粘贴 SVG 代码
<svg viewBox="0 0 100 100"> <circle cx="50" cy="50" r="40" fill="#FF6B35" stroke="#333" stroke-width="2"/> <rect x="10" y="10" width="30" height="30" fill="rgb(59,130,246)"/> <text x="50" y="80" fill="#22c55e">Hello</text></svg>
提取颜色