Biscotti Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Biscotti Bliss palette

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

Biscotti Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #e7caa7;
}
.color-2 {
color: #d0a16c;
}
.color-3 {
color: #b8894c;
}
.color-4 {
color: #965a3c;
}
.color-5 {
color: #703d2e;
}

/* CSS Variables */
:root {
--color-1: #e7caa7;
--color-2: #d0a16c;
--color-3: #b8894c;
--color-4: #965a3c;
--color-5: #703d2e;
}

Biscotti Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7caa7, #d0a16c, #b8894c, #965a3c, #703d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7caa7, #d0a16c, #b8894c, #965a3c, #703d2e);
}

Biscotti Bliss color palette created on .