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