Dulcet Biscotti Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dulcet Biscotti Dream palette

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

Dulcet Biscotti Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #eee1c9;
}
.color-2 {
color: #d9cbaf;
}
.color-3 {
color: #c4b392;
}
.color-4 {
color: #b09969;
}
.color-5 {
color: #a37f4d;
}

/* CSS Variables */
:root {
--color-1: #eee1c9;
--color-2: #d9cbaf;
--color-3: #c4b392;
--color-4: #b09969;
--color-5: #a37f4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eee1c9, #d9cbaf, #c4b392, #b09969, #a37f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eee1c9, #d9cbaf, #c4b392, #b09969, #a37f4d);
}

Dulcet Biscotti Dream color palette created on .