Celestial Trail カラーパレット

美しいCelestial Trailカラーパレットをご紹介します。curious blue (#1e89c8), picton blue (#58b5e4), malibu (#8bdaf9), energy yellow (#f6df60) and buttercup (#f59a19)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Trail カラーパレット CSS

/* CSS */
.color-1 {
color: #1e89c8;
}
.color-2 {
color: #58b5e4;
}
.color-3 {
color: #8bdaf9;
}
.color-4 {
color: #f6df60;
}
.color-5 {
color: #f59a19;
}

/* CSS Variables */
:root {
--color-1: #1e89c8;
--color-2: #58b5e4;
--color-3: #8bdaf9;
--color-4: #f6df60;
--color-5: #f59a19;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e89c8, #58b5e4, #8bdaf9, #f6df60, #f59a19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e89c8, #58b5e4, #8bdaf9, #f6df60, #f59a19);
}

Celestial Trail color palette created on .