Black and Purplish-Blue Void カラーパレット

美しいBlack and Purplish-Blue Voidカラーパレットをご紹介します。port gore (#1c1c3f), east bay (#3f3f7d), blue violet (#5a5ab5), chetwode blue (#8c8ce3) and melrose (#c2c2ff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Black and Purplish-Blue Voidパレットを使った美しいUIコンポーネントを探索

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

💻 Black and Purplish-Blue Void カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c3f;
}
.color-2 {
color: #3f3f7d;
}
.color-3 {
color: #5a5ab5;
}
.color-4 {
color: #8c8ce3;
}
.color-5 {
color: #c2c2ff;
}

/* CSS Variables */
:root {
--color-1: #1c1c3f;
--color-2: #3f3f7d;
--color-3: #5a5ab5;
--color-4: #8c8ce3;
--color-5: #c2c2ff;
}

🌈 Black and Purplish-Blue Void の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3f, #3f3f7d, #5a5ab5, #8c8ce3, #c2c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3f, #3f3f7d, #5a5ab5, #8c8ce3, #c2c2ff);
}

Black and Purplish-Blue Void color palette created on .