Baldur's Gate 3 Color Palette

Discover the beautiful Baldur's Gate 3 color palette featuring affair (#744979), light wisteria (#d0a1d3), chalky (#f0d794), galliano (#e0a40b) and tall poppy (#b84028).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Lavender, Cream, Gold, Amber, Earthy, Warm, Autumn, Retro, 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 Baldur's Gate 3 palette

Share this palette to:

💻 Baldur's Gate 3 color palette CSS

/* CSS */
.color-1 {
color: #744979;
}
.color-2 {
color: #d0a1d3;
}
.color-3 {
color: #f0d794;
}
.color-4 {
color: #e0a40b;
}
.color-5 {
color: #b84028;
}

/* CSS Variables */
:root {
--color-1: #744979;
--color-2: #d0a1d3;
--color-3: #f0d794;
--color-4: #e0a40b;
--color-5: #b84028;
}

🌈 Baldur's Gate 3 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #744979, #d0a1d3, #f0d794, #e0a40b, #b84028);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #744979, #d0a1d3, #f0d794, #e0a40b, #b84028);
}

Baldur's Gate 3 color palette created on .