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