Cold カラーパレット

美しいColdカラーパレットをご紹介します。regent st blue (#a1c8e2), glacier (#6b9bc2), astral (#3a7d9c), atoll (#0c4c73) and astronaut blue (#01385b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cold カラーパレット CSS

/* CSS */
.color-1 {
color: #a1c8e2;
}
.color-2 {
color: #6b9bc2;
}
.color-3 {
color: #3a7d9c;
}
.color-4 {
color: #0c4c73;
}
.color-5 {
color: #01385b;
}

/* CSS Variables */
:root {
--color-1: #a1c8e2;
--color-2: #6b9bc2;
--color-3: #3a7d9c;
--color-4: #0c4c73;
--color-5: #01385b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c8e2, #6b9bc2, #3a7d9c, #0c4c73, #01385b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c8e2, #6b9bc2, #3a7d9c, #0c4c73, #01385b);
}

Cold color palette created on .