Ethereal Blue カラーパレット

美しいEthereal Blueカラーパレットをご紹介します。pigeon post (#b1c8d8), gumbo (#789dab), smalt blue (#4a7c8c), william (#3b5b6d) and pickled bluewood (#2b3d4f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Ethereal Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b1c8d8;
}
.color-2 {
color: #789dab;
}
.color-3 {
color: #4a7c8c;
}
.color-4 {
color: #3b5b6d;
}
.color-5 {
color: #2b3d4f;
}

/* CSS Variables */
:root {
--color-1: #b1c8d8;
--color-2: #789dab;
--color-3: #4a7c8c;
--color-4: #3b5b6d;
--color-5: #2b3d4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c8d8, #789dab, #4a7c8c, #3b5b6d, #2b3d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c8d8, #789dab, #4a7c8c, #3b5b6d, #2b3d4f);
}

Ethereal Blue color palette created on .