Eclipse of the Chimeric Hunter カラーパレット

美しいEclipse of the Chimeric Hunterカラーパレットをご紹介します。congo brown (#5d3e3c), au chico (#8b5b5b), quicksand (#c5a09b), akaroa (#d8c6b0) and pot pourri (#f4e7e1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Eclipse of the Chimeric Hunterパレットを使った美しいUIコンポーネントを探索

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

💻 Eclipse of the Chimeric Hunter カラーパレット CSS

/* CSS */
.color-1 {
color: #5d3e3c;
}
.color-2 {
color: #8b5b5b;
}
.color-3 {
color: #c5a09b;
}
.color-4 {
color: #d8c6b0;
}
.color-5 {
color: #f4e7e1;
}

/* CSS Variables */
:root {
--color-1: #5d3e3c;
--color-2: #8b5b5b;
--color-3: #c5a09b;
--color-4: #d8c6b0;
--color-5: #f4e7e1;
}

🌈 Eclipse of the Chimeric Hunter の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3e3c, #8b5b5b, #c5a09b, #d8c6b0, #f4e7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3e3c, #8b5b5b, #c5a09b, #d8c6b0, #f4e7e1);
}

Eclipse of the Chimeric Hunter color palette created on .