Whispers of Biscotti カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Biscotti palette

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

Whispers of Biscotti カラーパレット CSS

/* CSS */
.color-1 {
color: #e7d6ca;
}
.color-2 {
color: #d1b69f;
}
.color-3 {
color: #c49978;
}
.color-4 {
color: #a67d5e;
}
.color-5 {
color: #795939;
}

/* CSS Variables */
:root {
--color-1: #e7d6ca;
--color-2: #d1b69f;
--color-3: #c49978;
--color-4: #a67d5e;
--color-5: #795939;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d6ca, #d1b69f, #c49978, #a67d5e, #795939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d6ca, #d1b69f, #c49978, #a67d5e, #795939);
}

Whispers of Biscotti color palette created on .