Midnight Ocean Whisper カラーパレット

美しいMidnight Ocean Whisperカラーパレットをご紹介します。cloud burst (#1f2942), blue bayoux (#4b5a72), gothic (#6c8b9d), pigeon post (#a1c1d4) and mystic (#d9e4e8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Midnight Ocean Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #4b5a72;
}
.color-3 {
color: #6c8b9d;
}
.color-4 {
color: #a1c1d4;
}
.color-5 {
color: #d9e4e8;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #4b5a72;
--color-3: #6c8b9d;
--color-4: #a1c1d4;
--color-5: #d9e4e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #4b5a72, #6c8b9d, #a1c1d4, #d9e4e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #4b5a72, #6c8b9d, #a1c1d4, #d9e4e8);
}

Midnight Ocean Whisper color palette created on .