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