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