Paleta de colores Shiba Spaceship

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shiba Spaceship palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Shiba Spaceship

Download shiba spaceship color palette PNG image (landscape)
Download shiba spaceship color palette PNG image (square)

CSS de la paleta de colores Shiba Spaceship

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff0080;
}
.color-4 {
color: #3c00ff;
}
.color-5 {
color: #5c5cff;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff5e00;
--color-3: #ff0080;
--color-4: #3c00ff;
--color-5: #5c5cff;
}

CSS del degradado de fondo Shiba Spaceship

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff5e00, #ff0080, #3c00ff, #5c5cff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff5e00, #ff0080, #3c00ff, #5c5cff);
}

Shiba Spaceship color palette created on .