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