Midnight Dreamscape カラーパレット

美しいMidnight Dreamscapeカラーパレットをご紹介します。gulf blue (#02065a), blue gem (#3b0b8e), royal purple (#6a3cb9), portage (#9b68f3) and mauve (#d1a3ff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Midnight Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #02065a;
}
.color-2 {
color: #3b0b8e;
}
.color-3 {
color: #6a3cb9;
}
.color-4 {
color: #9b68f3;
}
.color-5 {
color: #d1a3ff;
}

/* CSS Variables */
:root {
--color-1: #02065a;
--color-2: #3b0b8e;
--color-3: #6a3cb9;
--color-4: #9b68f3;
--color-5: #d1a3ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02065a, #3b0b8e, #6a3cb9, #9b68f3, #d1a3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02065a, #3b0b8e, #6a3cb9, #9b68f3, #d1a3ff);
}

Midnight Dreamscape color palette created on .