Paleta de colores Game Over Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Game Over Pink palette
CSS de la paleta de colores Game Over Pink
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #708f70;
}
.color-3 {
color: #7062a7;
}
.color-4 {
color: #62a6b7;
}
.color-5 {
color: #ffcd70;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #708f70;
--color-3: #7062a7;
--color-4: #62a6b7;
--color-5: #ffcd70;
}
CSS del degradado de fondo Game Over Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #708f70, #7062a7, #62a6b7, #ffcd70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #708f70, #7062a7, #62a6b7, #ffcd70);
}
Paletas de colores similares
Game Over Pink color palette created on .