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