Auburn Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Auburn Sunset palette
Auburn Sunset カラー パレット PNG 画像
Auburn Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #4a2b2c;
}
.color-3 {
color: #7d4a4a;
}
.color-4 {
color: #b65d5f;
}
.color-5 {
color: #d17b7a;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #4a2b2c;
--color-3: #7d4a4a;
--color-4: #b65d5f;
--color-5: #d17b7a;
}
Auburn Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #4a2b2c, #7d4a4a, #b65d5f, #d17b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #4a2b2c, #7d4a4a, #b65d5f, #d17b7a);
}
似たようなカラーパレット
下にスクロールして1個の黒カラーパレットを探索しましょう
Auburn Sunset color palette created on .