Warm Beige カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Beige palette
Warm Beige カラーパレット CSS
/* CSS */
.color-1 {
color: #d6b69a;
}
.color-2 {
color: #c6a67b;
}
.color-3 {
color: #d59a6c;
}
.color-4 {
color: #e2c39c;
}
.color-5 {
color: #d2a189;
}
/* CSS Variables */
:root {
--color-1: #d6b69a;
--color-2: #c6a67b;
--color-3: #d59a6c;
--color-4: #e2c39c;
--color-5: #d2a189;
}
Warm Beige の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b69a, #c6a67b, #d59a6c, #e2c39c, #d2a189);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b69a, #c6a67b, #d59a6c, #e2c39c, #d2a189);
}
似たようなカラーパレット
Warm Beige color palette created on .