Twilight カラーパレット

美しいTwilightカラーパレットをご紹介します。lucky point (#1d2a77), butterfly bush (#5a4f9c), ship cove (#6f7cbe), tan (#d1b47a) and apricot peach (#f8cab4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #5a4f9c;
}
.color-3 {
color: #6f7cbe;
}
.color-4 {
color: #d1b47a;
}
.color-5 {
color: #f8cab4;
}

/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #5a4f9c;
--color-3: #6f7cbe;
--color-4: #d1b47a;
--color-5: #f8cab4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #5a4f9c, #6f7cbe, #d1b47a, #f8cab4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #5a4f9c, #6f7cbe, #d1b47a, #f8cab4);
}

Twilight color palette created on .