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