Fortnite カラーパレット

美しいFortniteカラーパレットをご紹介します。shark (#1e2024), mako (#3c3f44), shuttle gray (#5c5f66), casablanca (#f7b84a) and flamingo (#f05e28)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Fortnite カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2024;
}
.color-2 {
color: #3c3f44;
}
.color-3 {
color: #5c5f66;
}
.color-4 {
color: #f7b84a;
}
.color-5 {
color: #f05e28;
}

/* CSS Variables */
:root {
--color-1: #1e2024;
--color-2: #3c3f44;
--color-3: #5c5f66;
--color-4: #f7b84a;
--color-5: #f05e28;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2024, #3c3f44, #5c5f66, #f7b84a, #f05e28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2024, #3c3f44, #5c5f66, #f7b84a, #f05e28);
}

Fortnite color palette created on .