Crimson Tactics カラーパレット

美しいCrimson Tacticsカラーパレットをご紹介します。maroon (#830101), sangria (#9b0603), totem pole (#a51903), fire (#aa3b03) and fire (#aa4903)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Dark, Red, Burgundy, Crimson, Earthy, Warm, Autumn, Deep, Vintage, Rusticカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Crimson Tactics カラーパレット CSS

/* CSS */
.color-1 {
color: #830101;
}
.color-2 {
color: #9b0603;
}
.color-3 {
color: #a51903;
}
.color-4 {
color: #aa3b03;
}
.color-5 {
color: #aa4903;
}

/* CSS Variables */
:root {
--color-1: #830101;
--color-2: #9b0603;
--color-3: #a51903;
--color-4: #aa3b03;
--color-5: #aa4903;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #830101, #9b0603, #a51903, #aa3b03, #aa4903);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #830101, #9b0603, #a51903, #aa3b03, #aa4903);
}

Crimson Tactics color palette created on .