Horse Stable カラーパレット

美しいHorse Stableカラーパレットをご紹介します。potters clay (#8b5a3c), tan (#d8b18d), sidecar (#f3e0c4), spring rain (#a9c8a2) and ironstone (#794b39)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Horse Stable カラーパレット CSS

/* CSS */
.color-1 {
color: #8b5a3c;
}
.color-2 {
color: #d8b18d;
}
.color-3 {
color: #f3e0c4;
}
.color-4 {
color: #a9c8a2;
}
.color-5 {
color: #794b39;
}

/* CSS Variables */
:root {
--color-1: #8b5a3c;
--color-2: #d8b18d;
--color-3: #f3e0c4;
--color-4: #a9c8a2;
--color-5: #794b39;
}

🌈 Horse Stable の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b5a3c, #d8b18d, #f3e0c4, #a9c8a2, #794b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b5a3c, #d8b18d, #f3e0c4, #a9c8a2, #794b39);
}

Horse Stable color palette created on .