Excalibur Steel Color Palette

Discover the beautiful Excalibur Steel color palette featuring rolling stone (#7a7e85), santas gray (#a0a2a7), silver sand (#bfc1c4), iron (#e1e3e5) and porcelain (#f3f5f6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Elegant, Gray, Light, Metal, Minimalist, Modern, Neutral 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 Excalibur Steel palette

Share this palette to:

💻 Excalibur Steel color palette CSS

/* CSS */
.color-1 {
color: #7a7e85;
}
.color-2 {
color: #a0a2a7;
}
.color-3 {
color: #bfc1c4;
}
.color-4 {
color: #e1e3e5;
}
.color-5 {
color: #f3f5f6;
}

/* CSS Variables */
:root {
--color-1: #7a7e85;
--color-2: #a0a2a7;
--color-3: #bfc1c4;
--color-4: #e1e3e5;
--color-5: #f3f5f6;
}

🌈 Excalibur Steel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a7e85, #a0a2a7, #bfc1c4, #e1e3e5, #f3f5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a7e85, #a0a2a7, #bfc1c4, #e1e3e5, #f3f5f6);
}

Excalibur Steel color palette created on .