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