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