Celestial Frost カラーパレット

美しいCelestial Frostカラーパレットをご紹介します。port gore (#1a1f3d), east bay (#4b4f7c), bermuda gray (#7b89a3), pigeon post (#a3c2db) and iceberg (#e4f3f7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Frost カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #4b4f7c;
}
.color-3 {
color: #7b89a3;
}
.color-4 {
color: #a3c2db;
}
.color-5 {
color: #e4f3f7;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4b4f7c;
--color-3: #7b89a3;
--color-4: #a3c2db;
--color-5: #e4f3f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4b4f7c, #7b89a3, #a3c2db, #e4f3f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4b4f7c, #7b89a3, #a3c2db, #e4f3f7);
}

Celestial Frost color palette created on .