Inchman Color Palette
Discover the beautiful Inchman color palette featuring lilac (#d1a8c3), tapestry (#a66485), camelot (#7f2f50), jon (#3c202c) and calico (#e0bf94).
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 Inchman palette
💻 Inchman color palette CSS
/* CSS */
.color-1 {
color: #d1a8c3;
}
.color-2 {
color: #a66485;
}
.color-3 {
color: #7f2f50;
}
.color-4 {
color: #3c202c;
}
.color-5 {
color: #e0bf94;
}
/* CSS Variables */
:root {
--color-1: #d1a8c3;
--color-2: #a66485;
--color-3: #7f2f50;
--color-4: #3c202c;
--color-5: #e0bf94;
} 🌈 Inchman background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a8c3, #a66485, #7f2f50, #3c202c, #e0bf94);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a8c3, #a66485, #7f2f50, #3c202c, #e0bf94);
} 🔗 Explore similar color palettes
Inchman color palette created on .