Iron Basic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Iron Basic palette

Share this palette to:

Download Iron Basic Color Palette (PNG)

Download iron basic color palette PNG image (landscape)
Download iron basic color palette PNG image (square)

Iron Basic color palette CSS

/* CSS */
.color-1 {
color: #8f9c9e;
}
.color-2 {
color: #d2dad2;
}
.color-3 {
color: #f6f8f6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e07b38;
}

/* CSS Variables */
:root {
--color-1: #8f9c9e;
--color-2: #d2dad2;
--color-3: #f6f8f6;
--color-4: #f1c84b;
--color-5: #e07b38;
}

Iron Basic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f9c9e, #d2dad2, #f6f8f6, #f1c84b, #e07b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f9c9e, #d2dad2, #f6f8f6, #f1c84b, #e07b38);
}

Iron Basic color palette created on .