Ice Cold カラーパレット

美しいIce Coldカラーパレットをご紹介します。blizzard blue (#9fd9ef), mariner (#2879c0), chathams blue (#174b75), madison (#0f336b) and haiti (#0e1731)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Ice Cold カラーパレット CSS

/* CSS */
.color-1 {
color: #9fd9ef;
}
.color-2 {
color: #2879c0;
}
.color-3 {
color: #174b75;
}
.color-4 {
color: #0f336b;
}
.color-5 {
color: #0e1731;
}

/* CSS Variables */
:root {
--color-1: #9fd9ef;
--color-2: #2879c0;
--color-3: #174b75;
--color-4: #0f336b;
--color-5: #0e1731;
}

🌈 Ice Cold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fd9ef, #2879c0, #174b75, #0f336b, #0e1731);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fd9ef, #2879c0, #174b75, #0f336b, #0e1731);
}

Ice Coldカラーパレットはに作成されました。