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