Warm Tan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Tan palette

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

Warm Tan カラーパレット CSS

/* CSS */
.color-1 {
color: #d0b09a;
}
.color-2 {
color: #a66c5e;
}
.color-3 {
color: #c68d6c;
}
.color-4 {
color: #e5bb6c;
}
.color-5 {
color: #b55c4f;
}

/* CSS Variables */
:root {
--color-1: #d0b09a;
--color-2: #a66c5e;
--color-3: #c68d6c;
--color-4: #e5bb6c;
--color-5: #b55c4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0b09a, #a66c5e, #c68d6c, #e5bb6c, #b55c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0b09a, #a66c5e, #c68d6c, #e5bb6c, #b55c4f);
}

Warm Tan color palette created on .