Mountain Adventure カラーパレット

美しいMountain Adventureカラーパレットをご紹介します。kelp (#3a3b35), xanadu (#6b7b6c), summer green (#9bb5a1), hampton (#e2d5a2) and web orange (#f0a400)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Mountain Adventure カラーパレット CSS

/* CSS */
.color-1 {
color: #3a3b35;
}
.color-2 {
color: #6b7b6c;
}
.color-3 {
color: #9bb5a1;
}
.color-4 {
color: #e2d5a2;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #3a3b35;
--color-2: #6b7b6c;
--color-3: #9bb5a1;
--color-4: #e2d5a2;
--color-5: #f0a400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b35, #6b7b6c, #9bb5a1, #e2d5a2, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b35, #6b7b6c, #9bb5a1, #e2d5a2, #f0a400);
}

Mountain Adventure color palette created on .