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