Blue Nike カラーパレット

美しいBlue Nikeカラーパレットをご紹介します。port gore (#191e43), chambray (#2e4a7f), steel blue (#5b8cbe), jordy blue (#90d3f4) and web orange (#f0a400)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Blue Nikeパレットを使った美しいUIコンポーネントを探索

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

💻 Blue Nike カラーパレット CSS

/* CSS */
.color-1 {
color: #191e43;
}
.color-2 {
color: #2e4a7f;
}
.color-3 {
color: #5b8cbe;
}
.color-4 {
color: #90d3f4;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #191e43;
--color-2: #2e4a7f;
--color-3: #5b8cbe;
--color-4: #90d3f4;
--color-5: #f0a400;
}

🌈 Blue Nike の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191e43, #2e4a7f, #5b8cbe, #90d3f4, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191e43, #2e4a7f, #5b8cbe, #90d3f4, #f0a400);
}

Blue Nike color palette created on .