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