Bill Cipher カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bill Cipher palette

このパレットを共有する先:

Bill Cipher カラー パレット PNG 画像

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

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;
}

Bill Cipher の背景のグラデーション CSS

/* 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 .