Ganymede Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ganymede palette
Ganymede color palette PNG image
Ganymede color palette CSS
/* CSS */
.color-1 {
color: #f1e2b6;
}
.color-2 {
color: #c4b3d5;
}
.color-3 {
color: #9b7cdf;
}
.color-4 {
color: #5f4b8b;
}
.color-5 {
color: #3d2a4b;
}
/* CSS Variables */
:root {
--color-1: #f1e2b6;
--color-2: #c4b3d5;
--color-3: #9b7cdf;
--color-4: #5f4b8b;
--color-5: #3d2a4b;
}
Ganymede background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e2b6, #c4b3d5, #9b7cdf, #5f4b8b, #3d2a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e2b6, #c4b3d5, #9b7cdf, #5f4b8b, #3d2a4b);
}
Similar color palettes
Ganymede color palette created on .