Dark Brown Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Brown Shades palette
Dark Brown Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #6b5b5b;
}
.color-3 {
color: #8b7e7e;
}
.color-4 {
color: #b3a8a8;
}
.color-5 {
color: #d9c9c9;
}
/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #6b5b5b;
--color-3: #8b7e7e;
--color-4: #b3a8a8;
--color-5: #d9c9c9;
}
Dark Brown Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #6b5b5b, #8b7e7e, #b3a8a8, #d9c9c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #6b5b5b, #8b7e7e, #b3a8a8, #d9c9c9);
}
似たようなカラーパレット
下にスクロールして100+個のアーシーカラーパレットを探索しましょう
Dark Brown Shades color palette created on .