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