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