Igor Color Palette
Discover the beautiful Igor color palette featuring nandor (#495b53), outer space (#2e3a35), heavy metal (#222924), cape palliser (#a47146) and copper rust (#9f4b45).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Igor palette
๐ป Igor color palette CSS
/* CSS */
.color-1 {
color: #495b53;
}
.color-2 {
color: #2e3a35;
}
.color-3 {
color: #222924;
}
.color-4 {
color: #a47146;
}
.color-5 {
color: #9f4b45;
}
/* CSS Variables */
:root {
--color-1: #495b53;
--color-2: #2e3a35;
--color-3: #222924;
--color-4: #a47146;
--color-5: #9f4b45;
} ๐ Igor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #495b53, #2e3a35, #222924, #a47146, #9f4b45);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #495b53, #2e3a35, #222924, #a47146, #9f4b45);
} ๐ Explore similar color palettes
Igor color palette created on .