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