Warrior Cats カラーパレット

美しいWarrior Catsカラーパレットをご紹介します。anzac (#e6b84c), potters clay (#8e5b3e), aqua forest (#5e9c6d), san marino (#3c719f) and affair (#7c4b8b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Warrior Cats カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b84c;
}
.color-2 {
color: #8e5b3e;
}
.color-3 {
color: #5e9c6d;
}
.color-4 {
color: #3c719f;
}
.color-5 {
color: #7c4b8b;
}

/* CSS Variables */
:root {
--color-1: #e6b84c;
--color-2: #8e5b3e;
--color-3: #5e9c6d;
--color-4: #3c719f;
--color-5: #7c4b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b84c, #8e5b3e, #5e9c6d, #3c719f, #7c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b84c, #8e5b3e, #5e9c6d, #3c719f, #7c4b8b);
}

Warrior Cats color palette created on .