Autumn Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Harvest palette

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

Autumn Harvest カラー パレット PNG 画像

Download autumn harvest color palette PNG image (landscape)
Download autumn harvest color palette PNG image (square)

Autumn Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #9c5b3a;
}
.color-2 {
color: #6a7b3d;
}
.color-3 {
color: #4e3b31;
}
.color-4 {
color: #c4943b;
}
.color-5 {
color: #d39c6f;
}

/* CSS Variables */
:root {
--color-1: #9c5b3a;
--color-2: #6a7b3d;
--color-3: #4e3b31;
--color-4: #c4943b;
--color-5: #d39c6f;
}

Autumn Harvest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c5b3a, #6a7b3d, #4e3b31, #c4943b, #d39c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c5b3a, #6a7b3d, #4e3b31, #c4943b, #d39c6f);
}

Autumn Harvest color palette created on .