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