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