Gingerbread Mocha カラーパレット

美しいGingerbread Mochaカラーパレットをご紹介します。ironstone (#794a39), santa fe (#b47955), tan (#c7aa7a), stark white (#e6d6c1) and shingle fawn (#6a4c39)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Gingerbread Mocha カラーパレット CSS

/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #b47955;
}
.color-3 {
color: #c7aa7a;
}
.color-4 {
color: #e6d6c1;
}
.color-5 {
color: #6a4c39;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #b47955;
--color-3: #c7aa7a;
--color-4: #e6d6c1;
--color-5: #6a4c39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #b47955, #c7aa7a, #e6d6c1, #6a4c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #b47955, #c7aa7a, #e6d6c1, #6a4c39);
}

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