Whispers of Enchanted Forest カラーパレット

美しいWhispers of Enchanted Forestカラーパレットをご紹介します。old gold (#d6af38), aqua forest (#6db07d), punga (#563f15), martinique (#362e52) and yuma (#d0c890)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Whispers of Enchanted Forestパレットを使った美しいUIコンポーネントを探索

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

💻 Whispers of Enchanted Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #d6af38;
}
.color-2 {
color: #6db07d;
}
.color-3 {
color: #563f15;
}
.color-4 {
color: #362e52;
}
.color-5 {
color: #d0c890;
}

/* CSS Variables */
:root {
--color-1: #d6af38;
--color-2: #6db07d;
--color-3: #563f15;
--color-4: #362e52;
--color-5: #d0c890;
}

🌈 Whispers of Enchanted Forest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6af38, #6db07d, #563f15, #362e52, #d0c890);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6af38, #6db07d, #563f15, #362e52, #d0c890);
}

Whispers of Enchanted Forest color palette created on .