Vee カラーパレット

美しいVeeカラーパレットをご紹介します。periwinkle gray (#b4c8e4), morning glory (#a6d9e2), cavern pink (#e2bbb6), new orleans (#f3d0a0) and tango (#f47b1f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vee カラーパレット CSS

/* CSS */
.color-1 {
color: #b4c8e4;
}
.color-2 {
color: #a6d9e2;
}
.color-3 {
color: #e2bbb6;
}
.color-4 {
color: #f3d0a0;
}
.color-5 {
color: #f47b1f;
}

/* CSS Variables */
:root {
--color-1: #b4c8e4;
--color-2: #a6d9e2;
--color-3: #e2bbb6;
--color-4: #f3d0a0;
--color-5: #f47b1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4c8e4, #a6d9e2, #e2bbb6, #f3d0a0, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4c8e4, #a6d9e2, #e2bbb6, #f3d0a0, #f47b1f);
}

Vee color palette created on .