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