Stardew Valley Color Palette

Discover the beautiful Stardew Valley color palette featuring dark fern (#15560b), mandalay (#b18816), korma (#95560e), loulou (#490846) and totem pole (#a22a06).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGold, Brown, Purple, Red, Earthy, Warm, Autumn, Nature, Vintage color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Stardew Valley palette

Share this palette to:

💻 Stardew Valley color palette 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 background gradient 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 .