Midnight Moth カラーパレット

美しいMidnight Mothカラーパレットをご紹介します。mirage (#1c1c3b), east bay (#3e3e6f), scampi (#60609f), cold purple (#a4a4df) and titan white (#f5f5ff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Midnight Moth カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3e3e6f;
}
.color-3 {
color: #60609f;
}
.color-4 {
color: #a4a4df;
}
.color-5 {
color: #f5f5ff;
}

/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3e3e6f;
--color-3: #60609f;
--color-4: #a4a4df;
--color-5: #f5f5ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3e3e6f, #60609f, #a4a4df, #f5f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3e3e6f, #60609f, #a4a4df, #f5f5ff);
}

Midnight Mothカラーパレットはに作成されました。