Blue Sea Demon カラーパレット

美しいBlue Sea Demonカラーパレットをご紹介します。nile blue (#1a3b5b), ming (#3a6f88), neptune (#6ea8b9), regent st blue (#a3d6e6) and manhattan (#f7c6a1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blue Sea Demon カラーパレット CSS

/* CSS */
.color-1 {
color: #1a3b5b;
}
.color-2 {
color: #3a6f88;
}
.color-3 {
color: #6ea8b9;
}
.color-4 {
color: #a3d6e6;
}
.color-5 {
color: #f7c6a1;
}

/* CSS Variables */
:root {
--color-1: #1a3b5b;
--color-2: #3a6f88;
--color-3: #6ea8b9;
--color-4: #a3d6e6;
--color-5: #f7c6a1;
}

🌈 Blue Sea Demon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3b5b, #3a6f88, #6ea8b9, #a3d6e6, #f7c6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3b5b, #3a6f88, #6ea8b9, #a3d6e6, #f7c6a1);
}

Blue Sea Demon color palette created on .