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: #ffdd57;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #fa3d3d;
}
.color-4 {
color: #3d1e6c;
}
.color-5 {
color: #4e1d77;
}

/* CSS Variables */
:root {
--color-1: #ffdd57;
--color-2: #ff7142;
--color-3: #fa3d3d;
--color-4: #3d1e6c;
--color-5: #4e1d77;
}

CSS con gradiente di sfondo Bill Cipher

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdd57, #ff7142, #fa3d3d, #3d1e6c, #4e1d77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdd57, #ff7142, #fa3d3d, #3d1e6c, #4e1d77);
}

Bill Cipher color palette created on .