根据两个颜色產生可复制的渐变卡片 CSS. 靈感來自 pascalwengerter/awesome-webtools,並以 ToolNext 原生頁面實作,包含 SEO、中英以外語系 FAQ 與響應式版面。 由 ToolNext 免費線上工具箱提供。
Create reusable gradient card CSS from two colors.
Enter Color A, results update automatically
Enter Color B, results update automatically
.toolnext-preview .gradient-card {
background: linear-gradient(135deg, #14b8a6, #f97316);
color: white;
border-radius: 12px;
padding: 24px;
}