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: #7e3d99;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #3398db;
}
.color-5 {
color: #2ecc70;
}

/* CSS Variables */
:root {
--color-1: #7e3d99;
--color-2: #f1c40e;
--color-3: #e77e23;
--color-4: #3398db;
--color-5: #2ecc70;
}

CSS con gradiente di sfondo Bill Cipher

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e3d99, #f1c40e, #e77e23, #3398db, #2ecc70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e3d99, #f1c40e, #e77e23, #3398db, #2ecc70);
}

Bill Cipher color palette created on .