Ichor Wine Color Palette
Discover the beautiful Ichor Wine color palette featuring heath (#3c0d15), persian plum (#591628), tawny port (#6f243a), lotus (#7e3e49) and cannon pink (#95465e).
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: #3c0d15;
}
.color-2 {
color: #591628;
}
.color-3 {
color: #6f243a;
}
.color-4 {
color: #7e3e49;
}
.color-5 {
color: #95465e;
}
/* CSS Variables */
:root {
--color-1: #3c0d15;
--color-2: #591628;
--color-3: #6f243a;
--color-4: #7e3e49;
--color-5: #95465e;
} 🌈 Ichor Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c0d15, #591628, #6f243a, #7e3e49, #95465e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c0d15, #591628, #6f243a, #7e3e49, #95465e);
} 🔗 Explore similar color palettes
Ichor Wine color palette created on .