Hooves カラーパレット

美しいHoovesカラーパレットをご紹介します。ironstone (#794c39), santa fe (#b56c4f), tan (#d3a77e), new orleans (#f2d59c) and cashmere (#e4b69b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Hooves カラーパレット CSS

/* CSS */
.color-1 {
color: #794c39;
}
.color-2 {
color: #b56c4f;
}
.color-3 {
color: #d3a77e;
}
.color-4 {
color: #f2d59c;
}
.color-5 {
color: #e4b69b;
}

/* CSS Variables */
:root {
--color-1: #794c39;
--color-2: #b56c4f;
--color-3: #d3a77e;
--color-4: #f2d59c;
--color-5: #e4b69b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794c39, #b56c4f, #d3a77e, #f2d59c, #e4b69b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794c39, #b56c4f, #d3a77e, #f2d59c, #e4b69b);
}

Hoovesカラーパレットはに作成されました。