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