Adventure カラーパレット

美しいAdventureカラーパレットをご紹介します。sycamore (#a09537), apricot (#f2937d), tall poppy (#b52635), hoki (#687dac) and fuel yellow (#eab22e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Adventure カラーパレット CSS

/* CSS */
.color-1 {
color: #a09537;
}
.color-2 {
color: #f2937d;
}
.color-3 {
color: #b52635;
}
.color-4 {
color: #687dac;
}
.color-5 {
color: #eab22e;
}

/* CSS Variables */
:root {
--color-1: #a09537;
--color-2: #f2937d;
--color-3: #b52635;
--color-4: #687dac;
--color-5: #eab22e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a09537, #f2937d, #b52635, #687dac, #eab22e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a09537, #f2937d, #b52635, #687dac, #eab22e);
}

Adventure color palette created on .