Trench カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Trench palette
Trench カラー パレット PNG 画像
Trench カラーパレット CSS
/* CSS */
.color-1 {
color: #7d6b4f;
}
.color-2 {
color: #b7a75c;
}
.color-3 {
color: #f0e8a8;
}
.color-4 {
color: #e8b678;
}
.color-5 {
color: #d56e48;
}
/* CSS Variables */
:root {
--color-1: #7d6b4f;
--color-2: #b7a75c;
--color-3: #f0e8a8;
--color-4: #e8b678;
--color-5: #d56e48;
}
Trench の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d6b4f, #b7a75c, #f0e8a8, #e8b678, #d56e48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d6b4f, #b7a75c, #f0e8a8, #e8b678, #d56e48);
}
似たようなカラーパレット
Trench color palette created on .