Gothic Whiskers カラーパレット

美しいGothic Whiskersカラーパレットをご紹介します。anzac (#d9b34a), paarl (#a35f2e), nutmeg (#793e2a), saddle (#4c2e24) and cocoa brown (#2c1b1d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Gothic Whiskers カラーパレット CSS

/* CSS */
.color-1 {
color: #d9b34a;
}
.color-2 {
color: #a35f2e;
}
.color-3 {
color: #793e2a;
}
.color-4 {
color: #4c2e24;
}
.color-5 {
color: #2c1b1d;
}

/* CSS Variables */
:root {
--color-1: #d9b34a;
--color-2: #a35f2e;
--color-3: #793e2a;
--color-4: #4c2e24;
--color-5: #2c1b1d;
}

🌈 Gothic Whiskers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b34a, #a35f2e, #793e2a, #4c2e24, #2c1b1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b34a, #a35f2e, #793e2a, #4c2e24, #2c1b1d);
}

Gothic Whiskers color palette created on .