Haunting Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Haunting Harvest palette

このパレットを共有する先:

Haunting Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #4d2b23;
}
.color-2 {
color: #9b5441;
}
.color-3 {
color: #bd8856;
}
.color-4 {
color: #c7b770;
}
.color-5 {
color: #5d3922;
}

/* CSS Variables */
:root {
--color-1: #4d2b23;
--color-2: #9b5441;
--color-3: #bd8856;
--color-4: #c7b770;
--color-5: #5d3922;
}

Haunting Harvest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d2b23, #9b5441, #bd8856, #c7b770, #5d3922);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d2b23, #9b5441, #bd8856, #c7b770, #5d3922);
}

Haunting Harvest color palette created on .