Ichor Wine Color Palette
Discover the beautiful Ichor Wine color palette featuring coffee bean (#230914), loulou (#330d27), wine berry (#401537), tawny port (#53233d) and tawny port (#772753).
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 Ichor Wine palette
💻 Ichor Wine color palette CSS
/* CSS */
.color-1 {
color: #230914;
}
.color-2 {
color: #330d27;
}
.color-3 {
color: #401537;
}
.color-4 {
color: #53233d;
}
.color-5 {
color: #772753;
}
/* CSS Variables */
:root {
--color-1: #230914;
--color-2: #330d27;
--color-3: #401537;
--color-4: #53233d;
--color-5: #772753;
} 🌈 Ichor Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #230914, #330d27, #401537, #53233d, #772753);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #230914, #330d27, #401537, #53233d, #772753);
} 🔗 Explore similar color palettes
Ichor Wine color palette created on .