Auburn Glow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Auburn Glow palette
Auburn Glow カラー パレット PNG 画像
Auburn Glow カラーパレット CSS
/* CSS */
.color-1 {
color: #6e3b3a;
}
.color-2 {
color: #a66c5e;
}
.color-3 {
color: #d4b8a0;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f9c39f;
}
/* CSS Variables */
:root {
--color-1: #6e3b3a;
--color-2: #a66c5e;
--color-3: #d4b8a0;
--color-4: #f4e1a4;
--color-5: #f9c39f;
}
Auburn Glow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e3b3a, #a66c5e, #d4b8a0, #f4e1a4, #f9c39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e3b3a, #a66c5e, #d4b8a0, #f4e1a4, #f9c39f);
}
似たようなカラーパレット
Auburn Glow color palette created on .