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