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