Vee Version 1 カラーパレット

美しいVee Version 1カラーパレットをご紹介します。outer space (#2d3934), racing green (#111d13), spring rain (#a6d3af), summer green (#8abc98) and fruit salad (#559160)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Dark, Green, Muted, Earthy, Forest, Soft, Aesthetic, Vintage, Coastal, Modernカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Vee Version 1 カラーパレット CSS

/* CSS */
.color-1 {
color: #2d3934;
}
.color-2 {
color: #111d13;
}
.color-3 {
color: #a6d3af;
}
.color-4 {
color: #8abc98;
}
.color-5 {
color: #559160;
}

/* CSS Variables */
:root {
--color-1: #2d3934;
--color-2: #111d13;
--color-3: #a6d3af;
--color-4: #8abc98;
--color-5: #559160;
}

🌈 Vee Version 1 の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d3934, #111d13, #a6d3af, #8abc98, #559160);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d3934, #111d13, #a6d3af, #8abc98, #559160);
}

Vee Version 1 color palette created on .