Void Art カラーパレット

美しいVoid Artカラーパレットをご紹介します。mirage (#1b1e37), oxford blue (#393c5b), comet (#5c5e75), manatee (#87879b) and cadet blue (#b1b3c8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Void Art カラーパレット CSS

/* CSS */
.color-1 {
color: #1b1e37;
}
.color-2 {
color: #393c5b;
}
.color-3 {
color: #5c5e75;
}
.color-4 {
color: #87879b;
}
.color-5 {
color: #b1b3c8;
}

/* CSS Variables */
:root {
--color-1: #1b1e37;
--color-2: #393c5b;
--color-3: #5c5e75;
--color-4: #87879b;
--color-5: #b1b3c8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1e37, #393c5b, #5c5e75, #87879b, #b1b3c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1e37, #393c5b, #5c5e75, #87879b, #b1b3c8);
}

Void Art color palette created on .