Excalibur Steel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Excalibur Steel palette

Share this palette to:

Excalibur Steel color palette PNG image

Download excalibur steel color palette PNG image (landscape)
Download excalibur steel color palette PNG image (square)

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 .