Soft Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Autumn palette

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

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

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

Soft Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #5b473e;
}
.color-2 {
color: #7d5b4f;
}
.color-3 {
color: #a7796c;
}
.color-4 {
color: #d1af9f;
}
.color-5 {
color: #e2cdc5;
}

/* CSS Variables */
:root {
--color-1: #5b473e;
--color-2: #7d5b4f;
--color-3: #a7796c;
--color-4: #d1af9f;
--color-5: #e2cdc5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b473e, #7d5b4f, #a7796c, #d1af9f, #e2cdc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b473e, #7d5b4f, #a7796c, #d1af9f, #e2cdc5);
}

Soft Autumn color palette created on .