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