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