Auburn Shadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Auburn Shadow palette

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

Auburn Shadow カラー パレット PNG 画像

Download auburn shadow color palette PNG image (landscape)
Download auburn shadow color palette PNG image (square)

Auburn Shadow カラーパレット CSS

/* CSS */
.color-1 {
color: #694a3a;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d89a6e;
}
.color-4 {
color: #efc18f;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #694a3a;
--color-2: #a85f2e;
--color-3: #d89a6e;
--color-4: #efc18f;
--color-5: #f1c84b;
}

Auburn Shadow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #694a3a, #a85f2e, #d89a6e, #efc18f, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #694a3a, #a85f2e, #d89a6e, #efc18f, #f1c84b);
}

Auburn Shadow color palette created on .