Igor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Igor palette
Color Inspiration
Images that showcase this color palette in real designs
Download Igor Color Palette (PNG)
Igor color palette CSS
/* CSS */
.color-1 {
color: #409163;
}
.color-2 {
color: #2f6a4e;
}
.color-3 {
color: #2a5b34;
}
.color-4 {
color: #ca7b3f;
}
.color-5 {
color: #c8453c;
}
/* CSS Variables */
:root {
--color-1: #409163;
--color-2: #2f6a4e;
--color-3: #2a5b34;
--color-4: #ca7b3f;
--color-5: #c8453c;
}
Igor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #409163, #2f6a4e, #2a5b34, #ca7b3f, #c8453c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #409163, #2f6a4e, #2a5b34, #ca7b3f, #c8453c);
}
Similar color palettes
Igor color palette created on .