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