Auburn Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Auburn Sunset palette

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

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

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

Auburn Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #7a4a38;
}
.color-2 {
color: #9c5c44;
}
.color-3 {
color: #b6896d;
}
.color-4 {
color: #e6b57a;
}
.color-5 {
color: #eac7b3;
}

/* CSS Variables */
:root {
--color-1: #7a4a38;
--color-2: #9c5c44;
--color-3: #b6896d;
--color-4: #e6b57a;
--color-5: #eac7b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a4a38, #9c5c44, #b6896d, #e6b57a, #eac7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a4a38, #9c5c44, #b6896d, #e6b57a, #eac7b3);
}

Auburn Sunset color palette created on .