Paleta de colores 90s Game

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 90s Game palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 90s Game

Download 90s game color palette PNG image (landscape)
Download 90s game color palette PNG image (square)

CSS de la paleta de colores 90s Game

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #1b9bac;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #a3d55d;
--color-4: #1b9bac;
--color-5: #681b98;
}

CSS del degradado de fondo 90s Game

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #a3d55d, #1b9bac, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #a3d55d, #1b9bac, #681b98);
}

90s Game color palette created on .