Ichor Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ichor Wine palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ichor Wine Color Palette (PNG)
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);
}
Similar color palettes
Ichor Wine color palette created on .