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