Horror カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Horror palette

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

Horror カラー パレット PNG 画像

Download horror color palette PNG image (landscape)
Download horror color palette PNG image (square)

Horror カラーパレット CSS

/* CSS */
.color-1 {
color: #1f140f;
}
.color-2 {
color: #5c1610;
}
.color-3 {
color: #8e2a1f;
}
.color-4 {
color: #c1583e;
}
.color-5 {
color: #f49c8a;
}

/* CSS Variables */
:root {
--color-1: #1f140f;
--color-2: #5c1610;
--color-3: #8e2a1f;
--color-4: #c1583e;
--color-5: #f49c8a;
}

Horror の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f140f, #5c1610, #8e2a1f, #c1583e, #f49c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f140f, #5c1610, #8e2a1f, #c1583e, #f49c8a);
}

Horror color palette created on .