Excalibur Steel Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Excalibur Steel palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Excalibur Steel

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

tavolozza dei colori Excalibur Steel 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;
}

CSS con gradiente di sfondo Excalibur Steel

/* 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 .