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: #ff5e00;
}
.color-3 {
color: #c70038;
}
.color-4 {
color: #3d3c3e;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff5e00;
--color-3: #c70038;
--color-4: #3d3c3e;
--color-5: #8d43ad;
}

CSS con gradiente di sfondo Bill Cipher

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff5e00, #c70038, #3d3c3e, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff5e00, #c70038, #3d3c3e, #8d43ad);
}

Bill Cipher color palette created on .