Noble Armor Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Noble Armor palette

Share this palette to:

Noble Armor color palette PNG image

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

Noble Armor color palette 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 background gradient 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 .