Truffle Tango カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Truffle Tango palette

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

Truffle Tango カラーパレット CSS

/* CSS */
.color-1 {
color: #5d3928;
}
.color-2 {
color: #bc7b4e;
}
.color-3 {
color: #e4b95e;
}
.color-4 {
color: #f7cbbb;
}
.color-5 {
color: #6e2b2e;
}

/* CSS Variables */
:root {
--color-1: #5d3928;
--color-2: #bc7b4e;
--color-3: #e4b95e;
--color-4: #f7cbbb;
--color-5: #6e2b2e;
}

Truffle Tango の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3928, #bc7b4e, #e4b95e, #f7cbbb, #6e2b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3928, #bc7b4e, #e4b95e, #f7cbbb, #6e2b2e);
}

Truffle Tango color palette created on .