Paleta de colores Ganymede
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ganymede palette
Imagen PNG de la paleta de colores Ganymede
CSS de la paleta de colores Ganymede
/* 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;
}
CSS del degradado de fondo Ganymede
/* 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);
}
Paletas de colores similares
Ganymede color palette created on .