Warm Beige カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Beige palette
Warm Beige カラーパレット CSS
/* CSS */
.color-1 {
color: #c0b2a0;
}
.color-2 {
color: #d8c4b0;
}
.color-3 {
color: #e3b8a1;
}
.color-4 {
color: #ebac7f;
}
.color-5 {
color: #f9d7b4;
}
/* CSS Variables */
:root {
--color-1: #c0b2a0;
--color-2: #d8c4b0;
--color-3: #e3b8a1;
--color-4: #ebac7f;
--color-5: #f9d7b4;
}
Warm Beige の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b2a0, #d8c4b0, #e3b8a1, #ebac7f, #f9d7b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b2a0, #d8c4b0, #e3b8a1, #ebac7f, #f9d7b4);
}
似たようなカラーパレット
下にスクロールして100+個のベージュカラーパレットを探索しましょう
Warm Beige color palette created on .