Ichor Wine Color Palette

Discover the beautiful Ichor Wine color palette featuring aubergine (#2a0918), wine berry (#340e28), wine berry (#411539), wine berry (#53233b) and tawny port (#772753).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Burgundy, Dark, Earthy, Elegant, Maroon, Plum, Wine color palettes and combinations.

💡 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

Share this palette to:

💻 Ichor Wine color palette CSS

/* CSS */
.color-1 {
color: #2a0918;
}
.color-2 {
color: #340e28;
}
.color-3 {
color: #411539;
}
.color-4 {
color: #53233b;
}
.color-5 {
color: #772753;
}

/* CSS Variables */
:root {
--color-1: #2a0918;
--color-2: #340e28;
--color-3: #411539;
--color-4: #53233b;
--color-5: #772753;
}

🌈 Ichor Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a0918, #340e28, #411539, #53233b, #772753);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a0918, #340e28, #411539, #53233b, #772753);
}

Ichor Wine color palette created on .