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