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