Noble Armor カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Noble Armor palette

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

Noble Armor カラー パレット PNG 画像

Download noble armor color palette PNG image (landscape)
Download noble armor color palette PNG image (square)

Noble Armor カラーパレット CSS

/* CSS */
.color-1 {
color: #3e5b98;
}
.color-2 {
color: #a8b8c2;
}
.color-3 {
color: #bfbfbf;
}
.color-4 {
color: #898e9a;
}
.color-5 {
color: #4b4e77;
}

/* CSS Variables */
:root {
--color-1: #3e5b98;
--color-2: #a8b8c2;
--color-3: #bfbfbf;
--color-4: #898e9a;
--color-5: #4b4e77;
}

Noble Armor の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5b98, #a8b8c2, #bfbfbf, #898e9a, #4b4e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5b98, #a8b8c2, #bfbfbf, #898e9a, #4b4e77);
}

Noble Armor color palette created on .