Blue Winter カラーパレット

美しいBlue Winterカラーパレットをご紹介します。wedgewood (#4b7c9b), san juan (#2f4b6f), cloud burst (#1b2946), loblolly (#c6d1d7) and catskill white (#eaf2f6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Blue Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #4b7c9b;
}
.color-2 {
color: #2f4b6f;
}
.color-3 {
color: #1b2946;
}
.color-4 {
color: #c6d1d7;
}
.color-5 {
color: #eaf2f6;
}

/* CSS Variables */
:root {
--color-1: #4b7c9b;
--color-2: #2f4b6f;
--color-3: #1b2946;
--color-4: #c6d1d7;
--color-5: #eaf2f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c9b, #2f4b6f, #1b2946, #c6d1d7, #eaf2f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c9b, #2f4b6f, #1b2946, #c6d1d7, #eaf2f6);
}

Blue Winter color palette created on .