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