Midnight Blues カラーパレット

美しいMidnight Bluesカラーパレットをご紹介します。east bay (#3c3c86), blue violet (#5151b3), moody blue (#6666d1), gigas (#3c3c9a) and butterfly bush (#5050a5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Midnight Blues カラーパレット CSS

/* CSS */
.color-1 {
color: #3c3c86;
}
.color-2 {
color: #5151b3;
}
.color-3 {
color: #6666d1;
}
.color-4 {
color: #3c3c9a;
}
.color-5 {
color: #5050a5;
}

/* CSS Variables */
:root {
--color-1: #3c3c86;
--color-2: #5151b3;
--color-3: #6666d1;
--color-4: #3c3c9a;
--color-5: #5050a5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3c86, #5151b3, #6666d1, #3c3c9a, #5050a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3c86, #5151b3, #6666d1, #3c3c9a, #5050a5);
}

Midnight Blues color palette created on .