Deep Blue Night カラーパレット

美しいDeep Blue Nightカラーパレットをご紹介します。blue zodiac (#121c49), biscay (#202d68), astronaut (#2e4079), san marino (#41579c) and waikawa gray (#5a76a8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Deep Blue Nightパレットを使った美しいUIコンポーネントを探索

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

💻 Deep Blue Night カラーパレット CSS

/* CSS */
.color-1 {
color: #121c49;
}
.color-2 {
color: #202d68;
}
.color-3 {
color: #2e4079;
}
.color-4 {
color: #41579c;
}
.color-5 {
color: #5a76a8;
}

/* CSS Variables */
:root {
--color-1: #121c49;
--color-2: #202d68;
--color-3: #2e4079;
--color-4: #41579c;
--color-5: #5a76a8;
}

🌈 Deep Blue Night の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121c49, #202d68, #2e4079, #41579c, #5a76a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121c49, #202d68, #2e4079, #41579c, #5a76a8);
}

Deep Blue Nightカラーパレットはに作成されました。