Auburn Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Auburn Glow palette

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

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

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

Auburn Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #9f512d;
}
.color-2 {
color: #c75938;
}
.color-3 {
color: #d67a4c;
}
.color-4 {
color: #e4b55e;
}
.color-5 {
color: #f6d78e;
}

/* CSS Variables */
:root {
--color-1: #9f512d;
--color-2: #c75938;
--color-3: #d67a4c;
--color-4: #e4b55e;
--color-5: #f6d78e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f512d, #c75938, #d67a4c, #e4b55e, #f6d78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f512d, #c75938, #d67a4c, #e4b55e, #f6d78e);
}

Auburn Glow color palette created on .