League of Legends カラーパレット

美しいLeague of Legendsカラーパレットをご紹介します。steel gray (#1c1e2c), fiord (#3e4a60), shuttle gray (#5d6e83), pigeon post (#b4cbd9) and web orange (#f0a400)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Blue, Gray, Bright, Modern, High Contrast, Vibrant, Spring, Yellowカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

League of Legendsパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 League of Legends カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1e2c;
}
.color-2 {
color: #3e4a60;
}
.color-3 {
color: #5d6e83;
}
.color-4 {
color: #b4cbd9;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #1c1e2c;
--color-2: #3e4a60;
--color-3: #5d6e83;
--color-4: #b4cbd9;
--color-5: #f0a400;
}

🌈 League of Legends の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e2c, #3e4a60, #5d6e83, #b4cbd9, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e2c, #3e4a60, #5d6e83, #b4cbd9, #f0a400);
}

League of Legends color palette created on .