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