Soft Halloween カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Halloween palette

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

Soft Halloween カラー パレット PNG 画像

Download soft halloween color palette PNG image (landscape)
Download soft halloween color palette PNG image (square)

Soft Halloween カラーパレット CSS

/* CSS */
.color-1 {
color: #a36c4d;
}
.color-2 {
color: #e5b66c;
}
.color-3 {
color: #f9d89f;
}
.color-4 {
color: #a4c6b4;
}
.color-5 {
color: #699b99;
}

/* CSS Variables */
:root {
--color-1: #a36c4d;
--color-2: #e5b66c;
--color-3: #f9d89f;
--color-4: #a4c6b4;
--color-5: #699b99;
}

Soft Halloween の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a36c4d, #e5b66c, #f9d89f, #a4c6b4, #699b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a36c4d, #e5b66c, #f9d89f, #a4c6b4, #699b99);
}

Soft Halloween color palette created on .