Autumn Sands カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Sands palette

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

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

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

Autumn Sands カラーパレット CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d6b66b;
}
.color-3 {
color: #e1c6a8;
}
.color-4 {
color: #5b7e8f;
}
.color-5 {
color: #1a4e7f;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d6b66b;
--color-3: #e1c6a8;
--color-4: #5b7e8f;
--color-5: #1a4e7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d6b66b, #e1c6a8, #5b7e8f, #1a4e7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d6b66b, #e1c6a8, #5b7e8f, #1a4e7f);
}

Autumn Sands color palette created on .