Gingerbread Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gingerbread Brown palette

このパレットを共有する先:

Gingerbread Brown カラーパレット (PNG) をダウンロード

Download gingerbread brown color palette PNG image (landscape)
Download gingerbread brown color palette PNG image (square)

Gingerbread Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #c8896a;
}
.color-3 {
color: #e4b07c;
}
.color-4 {
color: #d5a01a;
}
.color-5 {
color: #9f512d;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #c8896a;
--color-3: #e4b07c;
--color-4: #d5a01a;
--color-5: #9f512d;
}

Gingerbread Brown の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #c8896a, #e4b07c, #d5a01a, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #c8896a, #e4b07c, #d5a01a, #9f512d);
}

Gingerbread Brown color palette created on .