Deep Twilight カラーパレット

美しいDeep Twilightカラーパレットをご紹介します。scarlet gum (#3d1452), martinique (#3c3a64), calypso (#3d6a94), san marino (#3c73af) and purple heart (#7714c2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Deep Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #3d1452;
}
.color-2 {
color: #3c3a64;
}
.color-3 {
color: #3d6a94;
}
.color-4 {
color: #3c73af;
}
.color-5 {
color: #7714c2;
}

/* CSS Variables */
:root {
--color-1: #3d1452;
--color-2: #3c3a64;
--color-3: #3d6a94;
--color-4: #3c73af;
--color-5: #7714c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1452, #3c3a64, #3d6a94, #3c73af, #7714c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1452, #3c3a64, #3d6a94, #3c73af, #7714c2);
}

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