Bill Cipher Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bill Cipher palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Bill Cipher

Download bill cipher color palette PNG image (landscape)
Download bill cipher color palette PNG image (square)

tavolozza dei colori Bill Cipher CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ff2b00;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #6a00ff;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff8c00;
--color-3: #ff2b00;
--color-4: #d6006f;
--color-5: #6a00ff;
}

CSS con gradiente di sfondo Bill Cipher

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff8c00, #ff2b00, #d6006f, #6a00ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff8c00, #ff2b00, #d6006f, #6a00ff);
}

Bill Cipher color palette created on .