Shades of Iron Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Iron palette

Share this palette to:

Download Shades of Iron Color Palette (PNG)

Download shades of iron color palette PNG image (landscape)
Download shades of iron color palette PNG image (square)

Shades of Iron color palette CSS

/* CSS */
.color-1 {
color: #afb3b6;
}
.color-2 {
color: #7d7e82;
}
.color-3 {
color: #5c5d61;
}
.color-4 {
color: #3b3d3f;
}
.color-5 {
color: #1b1c1d;
}

/* CSS Variables */
:root {
--color-1: #afb3b6;
--color-2: #7d7e82;
--color-3: #5c5d61;
--color-4: #3b3d3f;
--color-5: #1b1c1d;
}

Shades of Iron background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb3b6, #7d7e82, #5c5d61, #3b3d3f, #1b1c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb3b6, #7d7e82, #5c5d61, #3b3d3f, #1b1c1d);
}

Shades of Iron color palette created on .