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