The Devil カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with The Devil palette

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

The Devil カラーパレット (PNG) をダウンロード

Download the devil color palette PNG image (landscape)
Download the devil color palette PNG image (square)

The Devil カラーパレット CSS

/* CSS */
.color-1 {
color: #f50018;
}
.color-2 {
color: #d10003;
}
.color-3 {
color: #8f0007;
}
.color-4 {
color: #660007;
}
.color-5 {
color: #420000;
}

/* CSS Variables */
:root {
--color-1: #f50018;
--color-2: #d10003;
--color-3: #8f0007;
--color-4: #660007;
--color-5: #420000;
}

The Devil の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f50018, #d10003, #8f0007, #660007, #420000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f50018, #d10003, #8f0007, #660007, #420000);
}

The Devil color palette created on .