Duel カラーパレット

美しいDuelカラーパレットをご紹介します。port gore (#1b1f3b), chambray (#3c5a9a), danube (#63a1d4), morning glory (#a3d8e0) and double colonial white (#f0e6b2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Duel カラーパレット CSS

/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #3c5a9a;
}
.color-3 {
color: #63a1d4;
}
.color-4 {
color: #a3d8e0;
}
.color-5 {
color: #f0e6b2;
}

/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #3c5a9a;
--color-3: #63a1d4;
--color-4: #a3d8e0;
--color-5: #f0e6b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #3c5a9a, #63a1d4, #a3d8e0, #f0e6b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #3c5a9a, #63a1d4, #a3d8e0, #f0e6b2);
}

Duel color palette created on .