Navy Tides カラーパレット

美しいNavy Tidesカラーパレットをご紹介します。midnight (#001f3d), astronaut blue (#003f5c), blue lagoon (#007c8a), persian green (#00b3a1) and bright turquoise (#00e3eb)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Navy Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #001f3d;
}
.color-2 {
color: #003f5c;
}
.color-3 {
color: #007c8a;
}
.color-4 {
color: #00b3a1;
}
.color-5 {
color: #00e3eb;
}

/* CSS Variables */
:root {
--color-1: #001f3d;
--color-2: #003f5c;
--color-3: #007c8a;
--color-4: #00b3a1;
--color-5: #00e3eb;
}

🌈 Navy Tides の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f3d, #003f5c, #007c8a, #00b3a1, #00e3eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f3d, #003f5c, #007c8a, #00b3a1, #00e3eb);
}

Navy Tides color palette created on .