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