Stardew Valley カラーパレット

美しいStardew Valleyカラーパレットをご紹介します。dark fern (#15560b), mandalay (#b18816), korma (#95560e), loulou (#490846) and totem pole (#a22a06)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Stardew Valley カラーパレット CSS

/* CSS */
.color-1 {
color: #15560b;
}
.color-2 {
color: #b18816;
}
.color-3 {
color: #95560e;
}
.color-4 {
color: #490846;
}
.color-5 {
color: #a22a06;
}

/* CSS Variables */
:root {
--color-1: #15560b;
--color-2: #b18816;
--color-3: #95560e;
--color-4: #490846;
--color-5: #a22a06;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #15560b, #b18816, #95560e, #490846, #a22a06);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #15560b, #b18816, #95560e, #490846, #a22a06);
}

Stardew Valley color palette created on .