The Vacuum of Space カラーパレット

美しい The Vacuum of Spaceカラーパレットをご紹介します。shark (#1e2024), tuna (#3a3c45), storm gray (#6c6e7a), santas gray (#9a9db1) and white lilac (#f1f3f9)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

The Vacuum of Spaceパレットを使った美しいUIコンポーネントを探索

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

💻 The Vacuum of Space カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2024;
}
.color-2 {
color: #3a3c45;
}
.color-3 {
color: #6c6e7a;
}
.color-4 {
color: #9a9db1;
}
.color-5 {
color: #f1f3f9;
}

/* CSS Variables */
:root {
--color-1: #1e2024;
--color-2: #3a3c45;
--color-3: #6c6e7a;
--color-4: #9a9db1;
--color-5: #f1f3f9;
}

🌈 The Vacuum of Space の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2024, #3a3c45, #6c6e7a, #9a9db1, #f1f3f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2024, #3a3c45, #6c6e7a, #9a9db1, #f1f3f9);
}

The Vacuum of Space color palette created on .