Stardew Valley Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stardew Valley palette
Color Inspiration
Images that showcase this color palette in real designs
Download Stardew Valley Color Palette (PNG)
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);
}
Similar color palettes
Stardew Valley color palette created on .