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