Oceanic Depths カラーパレット

美しいOceanic Depthsカラーパレットをご紹介します。horizon (#5b8ea9), wedgewood (#427594), atoll (#0d5887), congress blue (#034a7c) and cello (#1c3b5f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Oceanic Depths カラーパレット CSS

/* CSS */
.color-1 {
color: #5b8ea9;
}
.color-2 {
color: #427594;
}
.color-3 {
color: #0d5887;
}
.color-4 {
color: #034a7c;
}
.color-5 {
color: #1c3b5f;
}

/* CSS Variables */
:root {
--color-1: #5b8ea9;
--color-2: #427594;
--color-3: #0d5887;
--color-4: #034a7c;
--color-5: #1c3b5f;
}

🌈 Oceanic Depths の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8ea9, #427594, #0d5887, #034a7c, #1c3b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8ea9, #427594, #0d5887, #034a7c, #1c3b5f);
}

Oceanic Depths color palette created on .