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