Warm Tan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Tan palette

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

Warm Tan カラーパレット CSS

/* CSS */
.color-1 {
color: #d3b58d;
}
.color-2 {
color: #c39969;
}
.color-3 {
color: #b68949;
}
.color-4 {
color: #e2b46a;
}
.color-5 {
color: #f5e1b2;
}

/* CSS Variables */
:root {
--color-1: #d3b58d;
--color-2: #c39969;
--color-3: #b68949;
--color-4: #e2b46a;
--color-5: #f5e1b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b58d, #c39969, #b68949, #e2b46a, #f5e1b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b58d, #c39969, #b68949, #e2b46a, #f5e1b2);
}

Warm Tan color palette created on .