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