Silver Blood Knight Color Palette

Discover the beautiful Silver Blood Knight color palette featuring bud (#a6a8a4), pumice (#c0c4bf), pumice (#d5d8d6), stiletto (#982a43) and mulberry wood (#610530).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Gray 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 Silver Blood Knight palette

Share this palette to:

💻 Silver Blood Knight color palette CSS

/* CSS */
.color-1 {
color: #a6a8a4;
}
.color-2 {
color: #c0c4bf;
}
.color-3 {
color: #d5d8d6;
}
.color-4 {
color: #982a43;
}
.color-5 {
color: #610530;
}

/* CSS Variables */
:root {
--color-1: #a6a8a4;
--color-2: #c0c4bf;
--color-3: #d5d8d6;
--color-4: #982a43;
--color-5: #610530;
}

🌈 Silver Blood Knight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a8a4, #c0c4bf, #d5d8d6, #982a43, #610530);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a8a4, #c0c4bf, #d5d8d6, #982a43, #610530);
}

Silver Blood Knight color palette created on .