Last Man Standing カラーパレット

美しいLast Man Standingカラーパレットをご紹介します。brown rust (#a64b3a), tulip tree (#e6b03d), marzipan (#f8eba0), wild willow (#b5d36f) and shakespeare (#4b99ce)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Last Man Standing カラーパレット CSS

/* CSS */
.color-1 {
color: #a64b3a;
}
.color-2 {
color: #e6b03d;
}
.color-3 {
color: #f8eba0;
}
.color-4 {
color: #b5d36f;
}
.color-5 {
color: #4b99ce;
}

/* CSS Variables */
:root {
--color-1: #a64b3a;
--color-2: #e6b03d;
--color-3: #f8eba0;
--color-4: #b5d36f;
--color-5: #4b99ce;
}

🌈 Last Man Standing の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a64b3a, #e6b03d, #f8eba0, #b5d36f, #4b99ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a64b3a, #e6b03d, #f8eba0, #b5d36f, #4b99ce);
}

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