Ghostly Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ghostly Harvest palette

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

Ghostly Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #f3f0e7;
}
.color-2 {
color: #e0c39f;
}
.color-3 {
color: #d0a66c;
}
.color-4 {
color: #ba714f;
}
.color-5 {
color: #8d4a3a;
}

/* CSS Variables */
:root {
--color-1: #f3f0e7;
--color-2: #e0c39f;
--color-3: #d0a66c;
--color-4: #ba714f;
--color-5: #8d4a3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f0e7, #e0c39f, #d0a66c, #ba714f, #8d4a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f0e7, #e0c39f, #d0a66c, #ba714f, #8d4a3a);
}

Ghostly Harvest color palette created on .