Invective カラーパレット

美しいInvectiveカラーパレットをご紹介します。livid brown (#4a2b3d), strikemaster (#995c79), petite orchid (#dfa59f), wheat (#f7dab0) and saffron mango (#f9c54e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Invective カラーパレット CSS

/* CSS */
.color-1 {
color: #4a2b3d;
}
.color-2 {
color: #995c79;
}
.color-3 {
color: #dfa59f;
}
.color-4 {
color: #f7dab0;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #4a2b3d;
--color-2: #995c79;
--color-3: #dfa59f;
--color-4: #f7dab0;
--color-5: #f9c54e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b3d, #995c79, #dfa59f, #f7dab0, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b3d, #995c79, #dfa59f, #f7dab0, #f9c54e);
}

Invectiveカラーパレットはに作成されました。