Celestial Harmony カラーパレット

美しいCelestial Harmonyカラーパレットをご紹介します。port gore (#1f1f4d), east bay (#393e79), waikawa gray (#5b709a), nepal (#8c9cc0) and periwinkle gray (#b1c5e2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f4d;
}
.color-2 {
color: #393e79;
}
.color-3 {
color: #5b709a;
}
.color-4 {
color: #8c9cc0;
}
.color-5 {
color: #b1c5e2;
}

/* CSS Variables */
:root {
--color-1: #1f1f4d;
--color-2: #393e79;
--color-3: #5b709a;
--color-4: #8c9cc0;
--color-5: #b1c5e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f4d, #393e79, #5b709a, #8c9cc0, #b1c5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f4d, #393e79, #5b709a, #8c9cc0, #b1c5e2);
}

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