Midnight Dream カラーパレット

美しいMidnight Dreamカラーパレットをご紹介します。shark (#1a1a1f), charade (#2c2c3f), mulled wine (#4f4f6d), waterloo (#7b7b9d) and east side (#b58cc5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Midnight Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1a1f;
}
.color-2 {
color: #2c2c3f;
}
.color-3 {
color: #4f4f6d;
}
.color-4 {
color: #7b7b9d;
}
.color-5 {
color: #b58cc5;
}

/* CSS Variables */
:root {
--color-1: #1a1a1f;
--color-2: #2c2c3f;
--color-3: #4f4f6d;
--color-4: #7b7b9d;
--color-5: #b58cc5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1f, #2c2c3f, #4f4f6d, #7b7b9d, #b58cc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1f, #2c2c3f, #4f4f6d, #7b7b9d, #b58cc5);
}

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