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