Warm Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Beige palette

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

Warm Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #e8d1b0;
}
.color-2 {
color: #d6b39f;
}
.color-3 {
color: #c79c8f;
}
.color-4 {
color: #b89e6b;
}
.color-5 {
color: #a67a54;
}

/* CSS Variables */
:root {
--color-1: #e8d1b0;
--color-2: #d6b39f;
--color-3: #c79c8f;
--color-4: #b89e6b;
--color-5: #a67a54;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d1b0, #d6b39f, #c79c8f, #b89e6b, #a67a54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d1b0, #d6b39f, #c79c8f, #b89e6b, #a67a54);
}

Warm Beige color palette created on .