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