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