Artificer カラーパレット
美しいArtificerカラーパレットをご紹介します。mojo (#c94040), stiletto (#a3333d), tawny port (#752438), cedar (#44131a) and asphalt (#21080f)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Artificerパレットを使った美しいUIコンポーネントを探索
💻 Artificer カラーパレット CSS
/* CSS */
.color-1 {
color: #c94040;
}
.color-2 {
color: #a3333d;
}
.color-3 {
color: #752438;
}
.color-4 {
color: #44131a;
}
.color-5 {
color: #21080f;
}
/* CSS Variables */
:root {
--color-1: #c94040;
--color-2: #a3333d;
--color-3: #752438;
--color-4: #44131a;
--color-5: #21080f;
}
🌈 Artificer の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94040, #a3333d, #752438, #44131a, #21080f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94040, #a3333d, #752438, #44131a, #21080f);
}
🔗 似たようなカラーパレットを探索
Artificer color palette created on .