グラデーションカード。モバイル対応の軽量なWebワークフロー用ツールです. pascalwengerter/awesome-webtools に着想を得て、SEO、FAQ、レスポンシブ表示に対応したToolNextネイティブページとして実装しています。 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;
}