Midnight Dreams カラーパレット

美しいMidnight Dreamsカラーパレットをご紹介します。biscay (#1e3a76), chambray (#3e5b98), trendy pink (#896aa0), east side (#b59bd4) and abbey (#4b4c4e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Midnight Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3e5b98;
}
.color-3 {
color: #896aa0;
}
.color-4 {
color: #b59bd4;
}
.color-5 {
color: #4b4c4e;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3e5b98;
--color-3: #896aa0;
--color-4: #b59bd4;
--color-5: #4b4c4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3e5b98, #896aa0, #b59bd4, #4b4c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3e5b98, #896aa0, #b59bd4, #4b4c4e);
}

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