Ganymede's Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ganymede's Wine palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ganymede's Wine Color Palette (PNG)
Ganymede's Wine color palette CSS
/* CSS */
.color-1 {
color: #7b4258;
}
.color-2 {
color: #aa6e7f;
}
.color-3 {
color: #cf91a7;
}
.color-4 {
color: #e5cdd7;
}
.color-5 {
color: #f5eaed;
}
/* CSS Variables */
:root {
--color-1: #7b4258;
--color-2: #aa6e7f;
--color-3: #cf91a7;
--color-4: #e5cdd7;
--color-5: #f5eaed;
}
Ganymede's Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4258, #aa6e7f, #cf91a7, #e5cdd7, #f5eaed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4258, #aa6e7f, #cf91a7, #e5cdd7, #f5eaed);
}
Similar color palettes
Ganymede's Wine color palette created on .