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