Blue Nike カラーパレット
美しいBlue Nikeカラーパレットをご紹介します。port gore (#191e43), chambray (#2e4a7f), steel blue (#5b8cbe), jordy blue (#90d3f4) and web orange (#f0a400)で構成されています。
明るさ
彩度
暖かさ
💡 できること
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 .