Tan Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tan Harmony palette

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

Tan Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #d9c5a1;
}
.color-3 {
color: #e0bfa3;
}
.color-4 {
color: #f4e2c3;
}
.color-5 {
color: #e2af78;
}

/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #d9c5a1;
--color-3: #e0bfa3;
--color-4: #f4e2c3;
--color-5: #e2af78;
}

Tan Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #d9c5a1, #e0bfa3, #f4e2c3, #e2af78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #d9c5a1, #e0bfa3, #f4e2c3, #e2af78);
}

Tan Harmony color palette created on .