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