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: #b65935;
}
.color-2 {
color: #d88c6e;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #d79979;
}
.color-5 {
color: #c34f28;
}

/* CSS Variables */
:root {
--color-1: #b65935;
--color-2: #d88c6e;
--color-3: #e9b79f;
--color-4: #d79979;
--color-5: #c34f28;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b65935, #d88c6e, #e9b79f, #d79979, #c34f28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b65935, #d88c6e, #e9b79f, #d79979, #c34f28);
}

Auburn Glow color palette created on .