Deep Brown Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Deep Brown Shades palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Deep Brown Shades カラーパレット (PNG) をダウンロード
Deep Brown Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #6b4a43;
}
.color-3 {
color: #8c5b4f;
}
.color-4 {
color: #b98b6a;
}
.color-5 {
color: #e4c4a0;
}
/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #6b4a43;
--color-3: #8c5b4f;
--color-4: #b98b6a;
--color-5: #e4c4a0;
}
Deep Brown Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #6b4a43, #8c5b4f, #b98b6a, #e4c4a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #6b4a43, #8c5b4f, #b98b6a, #e4c4a0);
}
似たようなカラーパレット
Deep Brown Shades color palette created on .