Excalibur Steel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Excalibur Steel palette

このパレットを共有する先:

Excalibur Steel カラー パレット PNG 画像

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

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;
}

Excalibur Steel の背景のグラデーション 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 .