Marmot in Himalayas カラーパレット

美しいMarmot in Himalayasカラーパレットをご紹介します。submarine (#bac3c5), marzipan (#f8e0a0), tulip tree (#f1b53b), fuzzy wuzzy brown (#c6664e) and goblin (#3b7e35)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Marmot in Himalayas カラーパレット CSS

/* CSS */
.color-1 {
color: #bac3c5;
}
.color-2 {
color: #f8e0a0;
}
.color-3 {
color: #f1b53b;
}
.color-4 {
color: #c6664e;
}
.color-5 {
color: #3b7e35;
}

/* CSS Variables */
:root {
--color-1: #bac3c5;
--color-2: #f8e0a0;
--color-3: #f1b53b;
--color-4: #c6664e;
--color-5: #3b7e35;
}

🌈 Marmot in Himalayas の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bac3c5, #f8e0a0, #f1b53b, #c6664e, #3b7e35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bac3c5, #f8e0a0, #f1b53b, #c6664e, #3b7e35);
}

Marmot in Himalayas color palette created on .