Book Wyrm Color Palette

Discover the beautiful Book Wyrm color palette featuring thunder (#443644), fuscous gray (#59554f), makara (#857b6b), copper (#c67e3f) and copper (#c7693d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Brown, Earthy, Amber, Gold, Muted, Warm, Neutral, Autumn, Tropical 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 Book Wyrm palette

Share this palette to:

💻 Book Wyrm color palette CSS

/* CSS */
.color-1 {
color: #443644;
}
.color-2 {
color: #59554f;
}
.color-3 {
color: #857b6b;
}
.color-4 {
color: #c67e3f;
}
.color-5 {
color: #c7693d;
}

/* CSS Variables */
:root {
--color-1: #443644;
--color-2: #59554f;
--color-3: #857b6b;
--color-4: #c67e3f;
--color-5: #c7693d;
}

🌈 Book Wyrm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #443644, #59554f, #857b6b, #c67e3f, #c7693d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #443644, #59554f, #857b6b, #c67e3f, #c7693d);
}

Book Wyrm color palette created on .