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: #7d3b2b;
}
.color-2 {
color: #9e5a3d;
}
.color-3 {
color: #c97954;
}
.color-4 {
color: #e4a058;
}
.color-5 {
color: #f5c67a;
}

/* CSS Variables */
:root {
--color-1: #7d3b2b;
--color-2: #9e5a3d;
--color-3: #c97954;
--color-4: #e4a058;
--color-5: #f5c67a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d3b2b, #9e5a3d, #c97954, #e4a058, #f5c67a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d3b2b, #9e5a3d, #c97954, #e4a058, #f5c67a);
}

Auburn Glow color palette created on .