Geralt's Journey Color Palette

Discover the beautiful Geralt's Journey color palette featuring asparagus (#8a9a5b), yuma (#d0ca90), rob roy (#efc47b), flame pea (#d15d3d) and stiletto (#a23e39).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Earthy, Warm, Light Autumn, Soft, Medieval, Witcher 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 Geralt's Journey palette

Share this palette to:

💻 Geralt's Journey color palette CSS

/* CSS */
.color-1 {
color: #8a9a5b;
}
.color-2 {
color: #d0ca90;
}
.color-3 {
color: #efc47b;
}
.color-4 {
color: #d15d3d;
}
.color-5 {
color: #a23e39;
}

/* CSS Variables */
:root {
--color-1: #8a9a5b;
--color-2: #d0ca90;
--color-3: #efc47b;
--color-4: #d15d3d;
--color-5: #a23e39;
}

🌈 Geralt's Journey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a9a5b, #d0ca90, #efc47b, #d15d3d, #a23e39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a9a5b, #d0ca90, #efc47b, #d15d3d, #a23e39);
}

Geralt's Journey color palette created on .