Warrior Cats カラーパレット

美しいWarrior Catsカラーパレットをご紹介します。axolotl (#49694c), norway (#a8c4a1), zombie (#e9d5a0), sandy brown (#f6a055) and crail (#c16149)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Warrior Cats カラーパレット CSS

/* CSS */
.color-1 {
color: #49694c;
}
.color-2 {
color: #a8c4a1;
}
.color-3 {
color: #e9d5a0;
}
.color-4 {
color: #f6a055;
}
.color-5 {
color: #c16149;
}

/* CSS Variables */
:root {
--color-1: #49694c;
--color-2: #a8c4a1;
--color-3: #e9d5a0;
--color-4: #f6a055;
--color-5: #c16149;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #49694c, #a8c4a1, #e9d5a0, #f6a055, #c16149);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #49694c, #a8c4a1, #e9d5a0, #f6a055, #c16149);
}

Warrior Cats color palette created on .