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